Re: Solr TermsComponent: space in term

2012-08-02 Thread aniljayanti
Hi Im working on autocompelte functionality in solr. can u suggest me the required configurations in schema.xml and solrconfig.xml for doing autocomplete in solr ?? thanks in advance, Anil -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-TermsComponent-space-in

Re: Solr TermsComponent: space in term

2011-03-03 Thread Ahmet Arslan
You need to remove EdgeNGramFilterFactory from your analyzer chain. --- On Thu, 3/3/11, shrinath.m wrote: > From: shrinath.m > Subject: Re: Solr TermsComponent: space in term > To: solr-user@lucene.apache.org > Date: Thursday, March 3, 2011, 1:41 PM > > Mar

Re: Solr TermsComponent: space in term

2011-03-03 Thread shrinath.m
strict it to only those words present in the documents and not something like "compliance w" ? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-TermsComponent-space-in-term-tp1898889p2624547.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr TermsComponent: space in term

2011-03-03 Thread Markus Jelsma
y 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.472066.n3.nabble.com/Solr-TermsComponent-space-in-term-tp189 > 8889p2624429.html Sent from the Solr - Us

Re: Solr TermsComponent: space in term

2011-03-03 Thread shrinath.m
ttp://lucene.472066.n3.nabble.com/Solr-TermsComponent-space-in-term-tp1898889p2624429.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr TermsComponent: space in term

2011-03-03 Thread Ahmet Arslan
> Is there no way to achieve what the Op > had to say ? > TermsComponent operates on indexed terms. One way to achieve multi-word suggestions is to use ShingleFilterFactory at index time.

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

2010-11-14 Thread Parsa Ghaffari
10, Parsa Ghaffari wrote: > > > From: Parsa Ghaffari > > Subject: Re: Solr TermsComponent: space in term > > To: solr-user@lucene.apache.org > > Date: Sunday, November 14, 2010, 5:06 PM > > Hi Ahmet, > > > > This is the fieldType for "name": >

Re: Solr TermsComponent: space in term

2010-11-14 Thread Ahmet Arslan
--- On Sun, 11/14/10, Parsa Ghaffari wrote: > From: Parsa Ghaffari > Subject: Re: Solr TermsComponent: space in term > To: solr-user@lucene.apache.org > Date: Sunday, November 14, 2010, 5:06 PM > Hi Ahmet, > > This is the fieldType for "name":

Re: Solr TermsComponent: space in term

2010-11-14 Thread Parsa Ghaffari
Hi Ahmet, This is the fieldType for "name": and: there's no ShingleFilterFactory. And also after changing parameters in the schema, should one re-index the table? On Sun, N

Re: Solr TermsComponent: space in term

2010-11-14 Thread Ahmet Arslan
> I'm using Solr 1.4.1 and I'm willing to use TermsComponent > for AutoComplete. > The problem is, I can't get it to match strings with spaces > in them. So to > say, > > terms.fl=name&terms.lower=david&terms.prefix=david&terms.lower.incl=false&indent=true&wt=json > > matches all strings starting

Re: Solr TermsComponent: space in term

2010-11-14 Thread Ahmet Arslan
> terms.fl=name&terms.lower=david%20&terms.prefix=david%20&terms.lower.incl=false&indent=true&wt=json > > it doesn't match all strings starting with "david ". Is it > meant to be that > way? This is about fielyType of name field. What is it? If it does have ShingleFilterFactory in it, then this

Solr TermsComponent: space in term

2010-11-14 Thread Parsa Ghaffari
Hi folks, I'm using Solr 1.4.1 and I'm willing to use TermsComponent for AutoComplete. The problem is, I can't get it to match strings with spaces in them. So to say, terms.fl=name&terms.lower=david&terms.prefix=david&terms.lower.incl=false&indent=true&wt=json matches all strings starting with "