Package com.basistech.rlp.solr

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

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.
 

Package com.basistech.rlp.solr Description

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.



Copyright © 2007-2008 Basis Technology Corporation. All Rights Reserved.