Search Results: 'solr'

…good enough that I had could pull data in to solr. However, users using a non-LWS Solr may need to also add a version field. In addition, if you need…

…<fieldType name=”text_opennlp” class=”solr.TextField” positionIncrementGap=”100″ multiValued=”true” > <analyzer> <tokenizer class=”solr.OpenNLPTokenizerFactory” sentenceModel=”en-sent.bin” tokenizerModel=”en-token.bin”/> <filter class=”solr.OpenNLPPOSFilterFactory” posTaggerModel=”en-pos-maxent.bin”/> <filter class=”solr.OpenNLPChunkerFilterFactory” chunkerModel=”en-chunker.bin”/> <filter class=”solr.TypeAsPayloadFilterFactory”/> </analyzer> </fieldType> <field type=”text_opennlp” name=”title_opennlp” multiValued=”true” /> <field type=”text_opennlp” name=”overview_opennlp” multiValued=”true”…

One thing I really like about Solr is that its super easy to get started. You just download solr, fire it up, and then after following the 10 minute tutorial…