Suggester spellcheck component and infix

2011-03-25 Thread Kai Schlamp-2
Does the suggester component of Solr also support infix search? (like .*ompute.*) Kai -- View this message in context: http://lucene.472066.n3.nabble.com/Suggester-spellcheck-component-and-infix-tp2729996p2729996.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem with field collapsing of patched Solr 1.4

2011-03-24 Thread Kai Schlamp-2
Afroz Ahmad wrote: > > Have you enabled the collapse component in solconfig.xml? > > class="org.apache.solr.handler.component.CollapseComponent" > /> > No, it seems that I missed that completely. Thank you, Afroz. It works fine now. Kai -- View this message i

Re: Problem with field collapsing of patched Solr 1.4

2011-03-18 Thread Kai Schlamp-2
Unfortunately I have to use Solr 1.4.x or 3.x as one of the interfaces to access Solr uses Sunspot (a Ruby Solr library), which doesn't seem to be compatible with 4.x. Kai Otis Gospodnetic-2 wrote: > > Kai, try SOLR-1086 with Solr trunk instead if trunk is OK for you. > > Otis > > Sematex

Re: Different options for autocomplete/autosuggestion

2011-03-18 Thread Kai Schlamp-2
One autosuggestion solution would be to query normal text fields. That way you have the whole feature set of Solr (like NGram filtered text for infix search or field queries to scope the search). If you also store the data of the text field you directly have the results to use as autosuggestions. U