Re: Solr Wildcard Search for large amount of text

2015-06-27 Thread Jack Krupansky
an" > > However, I have a large amount of text out there which requires wildcard > search and it's not viable to use EdgeNGrameFilterFactory as the amount of > processing will be too huge. Do you have any suggestions/advice please? > > Thank you so much for your time! > >

Re: Solr Wildcard Search for large amount of text

2015-06-27 Thread Erick Erickson
Try it and see ;). My experience is that wildcards work fine, although what "fine" is up to you to decide _if_ you restrict it to requiring at least two leading "real" characters, and I actually prefer three. I.e. ab* or abc*. Note that if you require leading wildcards, use the reverse wildcard fi

Re: Solr Wildcard Search for large amount of text

2015-06-27 Thread Shawn Heisey
On 6/27/2015 4:27 AM, octopus wrote: > Hi, I'm looking at Solr's features for wildcard search used for a large > amount of text. I read on the net that solr.EdgeNGramFilterFactory is used > to generate tokens for wildcard searching. > > For Nigerian => "ni", "nig", "nige", "niger", "nigeri", "nig

Re: Solr Wildcard Search for large amount of text

2015-06-27 Thread Upayavira
ll be too huge. Do you have any suggestions/advice please? > > Thank you so much for your time! > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Wildcard-Search-for-large-amount-of-text-tp4214392.html > Sent from the Solr - User mailing list archive at Nabble.com.

Solr Wildcard Search for large amount of text

2015-06-27 Thread octopus
e? Thank you so much for your time! -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Wildcard-Search-for-large-amount-of-text-tp4214392.html Sent from the Solr - User mailing list archive at Nabble.com.