Re: Auto suggest.. how to do mixed case

2009-06-23 Thread Mani Kumar
hi shalin, can you please share code or tutorial documents for (it'll be great help) 1. Prefix search on shingles 2. Exact (phrase) search on n-grams The regular prefix search also works. The good thing with these is that you can filter and different stored value is also possible. ?? thank

Re: Auto suggest.. how to do mixed case

2009-06-22 Thread Shalin Shekhar Mangar
On Mon, Jun 22, 2009 at 2:55 PM, Ingo Renner wrote: > > Hi Shalin, > > I think >> that by naming it as /autoSuggest, a lot of users have been misled since >> there are other techniques available. >> > > what would you suggest? > > There are many techniques. Personally, I've used 1. Prefix se

Re: Auto suggest.. how to do mixed case

2009-06-22 Thread Ingo Renner
Am 22.06.2009 um 11:09 schrieb Shalin Shekhar Mangar: Hi Shalin, I think that by naming it as /autoSuggest, a lot of users have been misled since there are other techniques available. what would you suggest? Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2

Re: Auto suggest.. how to do mixed case

2009-06-22 Thread Shalin Shekhar Mangar
On Fri, Jun 19, 2009 at 12:50 PM, Ian Holsman wrote: > I've noticed that one of the new features in Solr 1.4 is the Termscomponent > which enables the Autosuggest. > TermsComponent *can* be used for autosuggest though I don't think that was the original motivation. In the end it just the same th

Auto suggest.. how to do mixed case

2009-06-19 Thread Ian Holsman
hi guys. I've noticed that one of the new features in Solr 1.4 is the Termscomponent which enables the Autosuggest. but what puzzles me is how to actually use it in an application. most autosuggests are case insensitive, so there is no difference if I type in 'San Francisco' or 'san francisco'.