Re: Searching words with spaces for word without spaces in solr

2014-08-02 Thread Umesh Prasad
> To: solr-user@lucene.apache.org > > Subject: Re: Searching words with spaces for word without spaces in solr > > > > I am not clear with this. This link is related to spell check. Can you > > elaborate it more ? > > > > > > On Wed, Jul 30, 2014 at 9:17 PM, Dyer,

Re: Searching words with spaces for word without spaces in solr

2014-07-31 Thread sunshine glass
urse, if you have a discrete list of words you want split like this, > then you can do it with analysis using index-time synonyms. In this case, > you need to provide it with the list. See > https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory > for more informatio

RE: Searching words with spaces for word without spaces in solr

2014-07-31 Thread Dyer, James
Original Message- From: sunshine glass [mailto:sunshineglassof2...@gmail.com] Sent: Thursday, July 31, 2014 10:32 AM To: solr-user@lucene.apache.org Subject: Re: Searching words with spaces for word without spaces in solr I am not clear with this. This link is related to spell check. Can you e

Re: Searching words with spaces for word without spaces in solr

2014-07-31 Thread sunshine glass
glass [mailto:sunshineglassof2...@gmail.com] > Sent: Wednesday, July 30, 2014 9:38 AM > To: solr-user@lucene.apache.org > Subject: Re: Searching words with spaces for word without spaces in solr > > This is the new configuration: > > > positionIncrementGap="100&qu

RE: Searching words with spaces for word without spaces in solr

2014-07-30 Thread Dyer, James
l+Checking James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: sunshine glass [mailto:sunshineglassof2...@gmail.com] Sent: Wednesday, July 30, 2014 9:38 AM To: solr-user@lucene.apache.org Subject: Re: Searching words with spaces for word without spaces in solr This

Re: Searching words with spaces for word without spaces in solr

2014-07-30 Thread sunshine glass
This is the analysis page: ​​ ​ Please help me now. On Wed, Jul 30, 2014 at 8:08 PM, sunshine glass < sunshineglassof2...@gmail.com> wrote: > This is the new configuration: > > > positionIncrementGap="100"> >> >> >> >> >> > outputUnigrams="true" tokenSeparat

Re: Searching words with spaces for word without spaces in solr

2014-07-30 Thread sunshine glass
This is the new configuration: positionIncrementGap="100"> > > > > outputUnigrams="true" tokenSeparator=""/> > generateWordParts="1" generateNumberParts="1" catenateWords="1" > catenateNumbers="1" catenateAll="0" splitOnCaseChange="1"/> > >

Re: Searching words with spaces for word without spaces in solr

2014-05-30 Thread Erick Erickson
I'd spend some time with the admin/analysis page to understand the exact tokenization going on here. For instance, sequencing the shinglefilterfactory before worddelimiterfilterfactory may produce "interesting" resutls. And then throwing the Snowball factory at it and putting synonyms in front

Re: Searching words with spaces for word without spaces in solr

2014-05-30 Thread sunshine glass
Hi Folks, Any updates ?? On Wed, May 28, 2014 at 12:13 PM, sunshine glass < sunshineglassof2...@gmail.com> wrote: > Dear Team, > > How can I handle compound word searches in solr ?. > How can i search "hand bag" if I have "handbag" in my index. While using > shingle in query analyzer, the query