Re: search problem after using EdgeNGramFilter

2010-12-10 Thread Chris Hostetter
: I thought that I have to use NGramFilter for wildcard search. : But It was the wrong idea. : Thanks, iorixxx your confusion may be because using EdgeNGramFilter is a way to make "prefix" queries faster by precomputing hte prefixes as index time instead of at query time. (trading disk space f

Re: search problem after using EdgeNGramFilter

2010-12-09 Thread Jason, Kim
Hi, iorixxx I thought that I have to use NGramFilter for wildcard search. But It was the wrong idea. Thanks, iorixxx -- View this message in context: http://lucene.472066.n3.nabble.com/search-problem-after-using-EdgeNGramFilter-tp2060966p2061961.html Sent from the Solr - User mailing list archiv

Re: search problem after using EdgeNGramFilter

2010-12-09 Thread Ahmet Arslan
> I am using EdgeNGramFilter for wildcard search. > But the search result is same whether or not followed by > asterisk. > When I search without asterisk, I just want to retrive in > original > terms(except ngram terms). > > [example] > - doc1 : "enterprise search server" > - doc2 : "enter key" >