I'm currently writing a Lucene filter which should filter an index so that
user's only see part of the available documents according to some external
permission source.
My question: How can I register the filter and its query parser in code in
a testing scenario. Currently I'm bootstrapping a node like that:
I have the feeling that I should the classes or instances of it somehow
following that scheme. Sadly, I don't know how. Can you point me in the
right direction?
I'm currently writing a Lucene filter which should filter an index so that user's only see part of the available documents according to some external permission source.
My question: How can I register the filter and its query parser in code in a testing scenario. Currently I'm bootstrapping a node like that:
I have the feeling that I should the classes or instances of it somehow following that scheme. Sadly, I don't know how. Can you point me in the right direction?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.