Re: Solr TermsComponent: space in term

2011-03-03 Thread shrinath.m
why was this thread left unanswered ? Is there no way to achieve what the Op had to say ? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-TermsComponent-space-in-term-tp1898889p2624203.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr TermsComponent: space in term

2011-03-03 Thread shrinath.m
iorixxx wrote: > > TermsComponent operates on indexed terms. One way to achieve multi-word > suggestions is to use ShingleFilterFactory at index time. > Thank you @iorixxx. Could you point me where I can find a good docs on how to do this ? -- View this message in context: http://lucene.472

Re: Solr TermsComponent: space in term

2011-03-03 Thread shrinath.m
Markus Jelsma-2 wrote: > > http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.ShingleFilterFactory > well, thank you Markus, Now My schema has the following :

RE: Full Text Search with multiple index and complex requirements

2011-03-06 Thread shrinath.m
Jonathan Rochkind wrote: > > While it might be possible to work things out, not just one but several of > your requirements are things that are difficult for Solr to do or which > solr isn't really optimized to do. Are you sure you need an inverted > indexing tool like Solr at all, as opposed to

Is it possible to create a duplicate field ?

2011-04-12 Thread shrinath.m
For example, I am storing email ids of a person. If the person has 3 email ids, I want to store them as email = 'x...@whatever.com' email = 'a...@blah.com' email = 'p...@moreblah.com' How can we do this ? I know someone will come up with "why don't you store it like email1, email2, email3 and

Re: Is it possible to create a duplicate field ?

2011-04-13 Thread shrinath.m
Bill Bell wrote: > > Just set up your schema with a "string" multivalued field... > I've this in my schema: Worked.. Thanks... . -- View this message in context: http://lucene.472066.n3.nabble.com/Is-it-possible-to-create-a-duplicate-field-tp2815029p2815061.html Sent from the Solr - Use