This package contains Solr factory classes for integration of RLP with Solr.

Analyzing query strings is much more difficult than analyzing complete documents for indexing, because the query terms are usually a single word or short phrase. You might want to skip {@link com.basistech.rlp.solr.RLPPOSFilterFactory}, because the accuracy of part-of-speach analysis is not high with a short string. You might even want to use {@link org.apache.solr.analysis.WhitespaceTokenizerFactory}, skipping RLP altogether if your users usually enter words in their dictionary form separated by spaces.