Re: Solr AutoSuggest Configuration Issue

2018-10-09 Thread Christian Ortner
Context filtering, at least using the suggest.cfq parameter, was not introduced before Solr 6 to my knowledge. As Edwin, I highly recommend updating. On Mon, Oct 8, 2018 at 2:20 PM Manu Nair wrote: > Hi, > > I am using Solr 5.1 for my application. > I am trying to use the autoSuggest feature of

Re: Solr AutoSuggest Configuration Issue

2018-10-08 Thread Zheng Lin Edwin Yeo
The link that you are referring to is for Solr 6.6, but you are using Solr 5.1 which is quite an old version, so there could be some differences. You can refer this guide for Solr 5.1: http://archive.apache.org/dist/lucene/solr/ref-guide/apache-solr-ref-guide-5.1.pdf The current version of Solr is

Solr AutoSuggest Configuration Issue

2018-10-08 Thread Manu Nair
Hi, I am using Solr 5.1 for my application. I am trying to use the autoSuggest feature of Solr. I want to do context filtering on the results returned by Solr suggest. Please help me know if this feature is supported in the version that I am using(5.1). Also if it works with multivalued field. I

solr autosuggest to stop/filter suggesting the phrases that ends with stopwords

2015-01-15 Thread Rajesh Hazari
Hi Folks, Solr Version 4.7+ Do we have any analyzer or filter or any plugin in solr to stop suggesting the phrase that ends with stopwords? For ex: If the suggestion are as below for query http://localhost.com/solr/suggest?q=jazz+a "suggestion": [ "jazz and", "jazz at", "jazz at lincoln", "jazz

Re: Solr Autosuggest - Strange issue with leading numbers in query

2014-03-14 Thread bbi123
cid&req_type=auto_complete&spellcheck.collate=false&q=11123423432423243ip 0 0 2 *17* 19 ipad iphone -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Autosuggest-Strange-issue-with-leading-numbers-in-query-tp4116751p4123702.html Sent from the Solr - User

Re: Solr Autosuggest - Strange issue with leading numbers in query

2014-02-19 Thread Jason Hellman
in context: > http://lucene.472066.n3.nabble.com/Solr-Autosuggest-Strange-issue-with-leading-numbers-in-query-tp4116751p4118072.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Autosuggest - Strange issue with leading numbers in query

2014-02-18 Thread bbi123
Thanks a lot for your response Erik. I was trying to find if I have any suggestion starting with numbers using terms component but I couldn't find any.. Its very strange!!! Anyways, thanks again for your response. -- View this message in context: http://lucene.472066.n3.nabble.com

Re: Solr Autosuggest - Strange issue with leading numbers in query

2014-02-17 Thread Erick Erickson
> > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Autosuggest-Strange-issue-with-leading-numbers-in-query-tp4116751p4117846.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr Autosuggest - Strange issue with leading numbers in query

2014-02-17 Thread Developer
eturn any suggestion since there is no keyword (combination) exists in the index. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Autosuggest-Strange-issue-with-leading-numbers-in-query-tp4116751p4117846.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Autosuggest - Strange issue with leading numbers in query

2014-02-11 Thread Erick Erickson
ndler" > name="/autocomplete"> > > true > name="spellcheck.dictionary">autocomplete > true > 10 > false > > > autocomplete > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Autosuggest-Strange-issue-with-leading-numbers-in-query-tp4116751.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Solr Autosuggest - Strange issue with leading numbers in query

2014-02-11 Thread Developer
true 10 false autocomplete -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Autosuggest-Strange-issue-with-leading-numbers-in-query-tp4116751.html Sent from the

solr -autosuggest

2012-10-25 Thread Sujatha Arun
Hi, A few question on Solr Auto suggest below Q1)I tried using the Index based Suggest functionality with solr 3.6.1 , can I combine this with file based boosting .Currently when I specify the index field and the sourcelocation,the file in the source location is not considered. Is there any

Solr Autosuggest

2012-06-20 Thread Shri Kanish
Hi, I have a question regarding solr Autosuggest. (If this is not the correct link to Post, Please suggest).   I have implemented solr Autosuggest with Suggester component. I have read in a blog saying, "Currently implemented Lookups keep their data in memory, so unlike spellchecker data,

Re: Solr Autosuggest help

2011-03-17 Thread Otis Gospodnetic
/ - Original Message > From: rahul > To: solr-user@lucene.apache.org > Sent: Thu, March 17, 2011 10:12:27 AM > Subject: Re: Solr Autosuggest help > > hi, > > We have found that 'EnglishPorterFilterFactory' causes that issue. I believe > that is used

Re: Solr Autosuggest help

2011-03-17 Thread rahul
nks. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Autosuggest-help-tp2580944p2693601.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Autosuggest help

2011-03-17 Thread rahul
ong? why the last letter get missing. It occurs for a few word only. Suggestions for other words are good only. One more query, how the word 'sci/tech' will be indexed in solr. If I search on sci/tech it wont send any results. Thanks in Advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Autosuggest-help-tp2580944p2692651.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Autosuggest help

2011-03-07 Thread rahul
hi.. thanks for your replies.. It seems I mistakenly put ShingleFilterFactory in another field. When I put the factory in correct field it works fine now. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Autosuggest-help-tp2580944p2645780.html Sent from the

Re: Solr Autosuggest help

2011-03-07 Thread Ahmet Arslan
> I have added the following line in both the  section > and in   section in > schema.xml. > > filter class="solr.ShingleFilterFactory" > maxShingleSize="2" > outputUnigrams="true" outputUnigramIfNoNgram="true" > > And reindex my content. However, if I query solr for the > multi work search > ter

Re: Solr Autosuggest help

2011-03-06 Thread rahul
nal', it only returns words like javadoc, javascript.. Could any one update me how to correct this.. or what I am missing.. thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Autosuggest-help-tp2580944p2645316.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Autosuggest help

2011-02-26 Thread Ahmet Arslan
> I am using Solr  (1.4.1) AutoSuggest feature using > termsComponent. > > Currently, if I type 'goo' means, Solr suggest words like > 'google'. > > But I would like to receive suggestions like 'google, > google alerts, ..' . > ie, suggestions with single and multiple terms. > > Not sure, whethe

Solr Autosuggest help

2011-02-26 Thread rahul
Advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Autosuggest-help-tp2580944p2580944.html Sent from the Solr - User mailing list archive at Nabble.com.