|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
RLPPOSFilterFactory | Factory for the POS (part-of-speech) Filter that passes only tokens with predetermined POS tags. |
RLPSolrException | A SolrException from RLP For Lucene factory classes. |
RLPTokenizerFactory | Solr tokenizer factory for RLPTokenizer. |
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 RLPPOSFilterFactory
, because the accuracy of part-of-speach analysis is not high with a short string.
You might even want to use WhitespaceTokenizerFactory
, skipping RLP altogether if your users
usually enter words in their dictionary form separated by spaces.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |