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
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
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.
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
ttp://lucene.472066.n3.nabble.com/Solr-TermsComponent-space-in-term-tp1898889p2624429.html
Sent from the Solr - User mailing list archive at Nabble.com.
> 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.
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.
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":
>
--- 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":
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
> 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
> 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
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 "
13 matches
Mail list logo