Re: Smart way of indexing for Better performance

2008-03-19 Thread Yerraguntla
ike the > EdgeNGramTokenFilter or EdgeNGramTokenizer to index all the prefixes of > various sizes so you don't need to do a prefix query > > The bottom line: there are *lots* of options, you'll need to experimentto > find the right solution that matches when you want to match, and doesn't > when you don't > > > > -Hoss > > > -- View this message in context: http://www.nabble.com/Smart-way-of-indexing-for-Better-performance-tp16092886p16143967.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Smart way of indexing for Better performance

2008-03-18 Thread Chris Hostetter
: I have the following use case. I could implement the solution but : performance is affected. I need some smart ways of doing this. : Use Case : : Incoming data has two fields which have values like 'WAL MART STORES INC' : and 'wal-mart-stores-inc'. : Users can search the data either in 'wal

Smart way of indexing for Better performance

2008-03-17 Thread Yerraguntla
odifying the incoming data. Can someone suggest better ways of implementing. I can provide more information the tokens and filters I am using. Thanks Ravi -- View this message in context: http://www.nabble.com/Smart-way-of-indexing-for-Better-performance-tp16092886p16092886.html Sent from the Solr - User mailing list archive at Nabble.com.