Re: Re: Re: Re: Re: Query Autocomplete Evaluation

2020-02-28 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
are given 0s) / total suggestions displayed ? > > If the above is true, wouldn't Selection to Display be binary? I.e. it's > either 1/# of suggestions displayed (assuming this is a constant) or 0? > > Best, > Audrey > > > __

Re: Re: Re: Re: Query Autocomplete Evaluation

2020-02-28 Thread Paras Lehana
suggestions displayed (assuming this is a constant) or 0? > > Best, > Audrey > > > > From: Paras Lehana > Sent: Thursday, February 27, 2020 2:58:25 AM > To: solr-user@lucene.apache.org > Subject: [EXTERNAL] Re: Re: Re: Query Autocomplete Eval

Re: Re: Re: Re: Query Autocomplete Evaluation

2020-02-27 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
L] Re: Re: Re: Query Autocomplete Evaluation Hi Audrey, For MRR, we assume that if a suggestion is selected, it's relevant. It's also assumed that the user will always click the highest relevant suggestion. Thus, we calculate position selection for each selection. If still, I'm not un

Re: Re: Re: Query Autocomplete Evaluation

2020-02-26 Thread Paras Lehana
tion. > >> 3. Acceptance Rate or Selection: How many of the total > searches are > >> being served from Auto-Suggest. We are around 50%. > >> 4. Selection to Display Ratio: Did you make the user to > click any > >

Re: Re: Re: Query Autocomplete Evaluation

2020-02-25 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
about >>Auto-Suggest usage on our platform which becomes apparent if you >> observe >>the URL after clicking a suggestion on dir.indiamart.com. However, not >>everything would benefit you. Do let me know for any related query or

Re: Re: Query Autocomplete Evaluation

2020-02-25 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
on and Response Time are our main KPIs. We track a lot about >>Auto-Suggest usage on our platform which becomes apparent if you >> observe >>the URL after clicking a suggestion on dir.indiamart.com. However, not >>everything would benefit you. Do let me kno

Re: Query Autocomplete Evaluation

2020-02-24 Thread Walter Underwood
t; >> >>The Selection and Response Time are our main KPIs. We track a lot about >>Auto-Suggest usage on our platform which becomes apparent if you >> observe >>the URL after clicking a suggestion on dir.indiamart.com. However, not >>everything

Re: Re: Query Autocomplete Evaluation

2020-02-24 Thread Paras Lehana
stion on dir.indiamart.com. However, not > everything would benefit you. Do let me know for any related query or > explanation. Hope this helps. :) > > On Fri, 14 Feb 2020 at 21:23, Audrey Lorberfeld - > audrey.lorberf...@ibm.com > wrote: > > > Hi a

Re: Re: Query Autocomplete Evaluation

2020-02-24 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
.com wrote: > Hi all, > > How do you all evaluate the success of your query autocomplete (i.e. > suggester) component if you use it? > > We cannot use MRR for various reasons (I can go into them if you're > interested), so we're thinki

Re: Query Autocomplete Evaluation

2020-02-23 Thread Paras Lehana
on on dir.indiamart.com. However, not everything would benefit you. Do let me know for any related query or explanation. Hope this helps. :) On Fri, 14 Feb 2020 at 21:23, Audrey Lorberfeld - audrey.lorberf...@ibm.com wrote: > Hi all, > > How do you all evaluate the success of your quer

Query Autocomplete Evaluation

2020-02-14 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
Hi all, How do you all evaluate the success of your query autocomplete (i.e. suggester) component if you use it? We cannot use MRR for various reasons (I can go into them if you're interested), so we're thinking of using nDCG since we already use that for relevance eval of our s

Autocomplete results from multiple fields

2019-05-09 Thread Jay Potharaju
Hi I am trying to implement autocomplete feature from two fields, name & attribute1. I have setup ngram for both the fields and have copyfield that stores the ngrams results. fl only contains name which is used by ui. Is it possible to display records that match on values from attribute1?

Re: Suggester autocomplete for address information

2019-02-26 Thread Kehan Harman
community so feel free to ignore / remove if this is > the incorrect mailing list for this query. > > I'm trying to build an autocomplete using a Solr index for addresses in a > format similar to: > > 123 Smith Street, KEMPSEY, NSW 2440 > > I'm looking to have these ad

Suggester autocomplete for address information

2019-02-26 Thread Kehan Harman
Hi All, I'm new to Solr & the community so feel free to ignore / remove if this is the incorrect mailing list for this query. I'm trying to build an autocomplete using a Solr index for addresses in a format similar to: 123 Smith Street, KEMPSEY, NSW 2440 I'm looking to h

Re: Achieving AutoComplete feature using Solrj client

2018-06-18 Thread Alessandro Benedetti
Indeed, you first configure it in the solrconfig.xml ( manually). Then you can query and parse the response as you like with the SolrJ client library. Cheers - --- Alessandro Benedetti Search Consultant, R&D Software Engineer, Director Sease Ltd. - www.sease.io -- Sent from: ht

Re: Achieving AutoComplete feature using Solrj client

2018-06-18 Thread Arunan Sugunakumar
Hi, Thank you for your help. As far as I understood, I cannot configure and enable the suggester through solrj client. The configuration should be done manually. Arunan On 18 June 2018 at 14:50, Alessandro Benedetti wrote: > Hi, > me and Tommaso contributed this few years ago.[1] > You can e

Re: Achieving AutoComplete feature using Solrj client

2018-06-18 Thread Alessandro Benedetti
Hi, me and Tommaso contributed this few years ago.[1] You can easily get the suggester response now from the Solr response. Of course you need to configure and enable the suggester first.[2][3][4] [1] https://issues.apache.org/jira/browse/SOLR-7719 [2] https://sease.io/2015/07/solr-you-complete-m

Achieving AutoComplete feature using Solrj client

2018-06-16 Thread Arunan Sugunakumar
Hi, I am trying to upgrade a system which had an older version of Lucene library. I want to implement AutoCompletion feature using solrj client. In the earlier version they have used IndexSearcher class of lucene to do that. Is there any similar way to achieve it using solrj? I basically want to

Re: Autocomplete returning shingles

2018-05-04 Thread Alessandro Benedetti
. [1] https://solr.pl/en/2013/03/25/autocomplete-on-multivalued-fields-using-faceting/ - --- Alessandro Benedetti Search Consultant, R&D Software Engineer, Director Sease Ltd. - www.sease.io -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Autocomplete returning shingles

2018-05-04 Thread O. Klein
Yes, splitting in more documents would probably work. Don't think I can do this easliy with Solr. Looking into using facets now. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Autocomplete returning shingles

2018-05-03 Thread Alessandro Benedetti
So, your problem is you want to return shingle suggestions from a field in input but apply multiple filter queries to the documents you want to fetch suggestions from. Are you building an auxiliary index for that ? You need to design it accordingly. If you want to to map each suggestion to a singl

Re: Autocomplete returning shingles

2018-05-03 Thread Federico Méndez
Can you just add the SingleFilter to your field? https://lucene.apache.org/solr/guide/6_6/filter-descriptions.html#FilterDescriptions-ShingleFilter On Wed, May 2, 2018 at 2:04 PM, O. Klein wrote: > I need to use autocomplete with edismax (ngrams,edgegrams) to return > sh

Autocomplete returning shingles

2018-05-02 Thread O. Klein
I need to use autocomplete with edismax (ngrams,edgegrams) to return shingled suggestions. Field value "new york city" needs to return on query "ne" -> "new","new york","new york city". With suggester this is easy. But im forced to use edismax b

Re: unordered autocomplete search

2017-09-05 Thread Niraj Aswani
ks, please. > > > > On Mon, Sep 4, 2017 at 2:27 PM, Niraj Aswani > wrote: > > > >> Hi Mikhali, > >> > >> Thank you very much for your quick response. > >> > >> This does seem to fix the issue of unordered words in the autoco

Re: unordered autocomplete search

2017-09-04 Thread Walter Underwood
, Niraj Aswani wrote: > >> Hi Mikhali, >> >> Thank you very much for your quick response. >> >> This does seem to fix the issue of unordered words in the autocomplete, >> however, then I loose the capability of matching misspelled words. >> >>

Re: unordered autocomplete search

2017-09-04 Thread Mikhail Khludnev
very much for your quick response. > > This does seem to fix the issue of unordered words in the autocomplete, > however, then I loose the capability of matching misspelled words. > > Is there anything that can be done to combine the functionality of the two? > > Regards, >

Re: unordered autocomplete search

2017-09-04 Thread Niraj Aswani
Hi Mikhali, Thank you very much for your quick response. This does seem to fix the issue of unordered words in the autocomplete, however, then I loose the capability of matching misspelled words. Is there anything that can be done to combine the functionality of the two? Regards, Niraj On

Re: unordered autocomplete search

2017-09-04 Thread Mikhail Khludnev
On Mon, Sep 4, 2017 at 11:57 AM, Niraj Aswani wrote: > Hi, > > I am using solr 5.5.4. > > I would like to perform an unordered autocomplete search however it seems > that it only suggests phrases that start with my term in the query. > > For example, in my dictionary I hav

unordered autocomplete search

2017-09-04 Thread Niraj Aswani
Hi, I am using solr 5.5.4. I would like to perform an unordered autocomplete search however it seems that it only suggests phrases that start with my term in the query. For example, in my dictionary I have, *lamp desk* When searching for the term "lamp", it is able to show the the

Re: Use Solr Suggest to autocomplete words and suggest co-occurences

2017-03-05 Thread Mikhail Khludnev
Hello, Georg! Have you seen http://blog.mikemccandless.com/2014/01/finding-long-tail-suggestions-using.html ? On Sun, Mar 5, 2017 at 11:43 PM, Georg Sorst wrote: > Hi all, > > is there a way to get the suggester to autocomplete words and suggest > co-occurences instead of suggest

Re: Use Solr Suggest to autocomplete words and suggest co-occurences

2017-03-05 Thread Joel Bernstein
://joelsolr.blogspot.com/ On Sun, Mar 5, 2017 at 3:43 PM, Georg Sorst wrote: > Hi all, > > is there a way to get the suggester to autocomplete words and suggest > co-occurences instead of suggesting complete field values? The behavior I'm > looking for is quite similar to G

Use Solr Suggest to autocomplete words and suggest co-occurences

2017-03-05 Thread Georg Sorst
Hi all, is there a way to get the suggester to autocomplete words and suggest co-occurences instead of suggesting complete field values? The behavior I'm looking for is quite similar to Google, only based on index values not actual queries. Let's say there are two items in the in

Re: multiple but identical suggestions in autocomplete

2016-02-11 Thread Alessandro Benedetti
d it would always give you the right thing." > -- > View this message in context: > http://lucene.472066.n3.nabble.com/multiple-but-identical-suggestions-in-autocomplete-tp4220055p4220953.html > Sent from the Solr - User mailing list archive at Nabble.com. > --

Re: Autocomplete prototype using Velocity UI Browse - Solritas

2015-10-28 Thread Alessandro Benedetti
> >>> On Oct 28, 2015, at 11:45 AM, Alessandro Benedetti < > >> abenede...@apache.org> wrote: > >>> > >>> Hi guys, > >>> I was playing with the velocity Browse UI, to provide a simple > prototype > >> to > >>> be sh

Re: Autocomplete prototype using Velocity UI Browse - Solritas

2015-10-28 Thread Erik Hatcher
t;> >>> Hi guys, >>> I was playing with the velocity Browse UI, to provide a simple prototype >> to >>> be shown to not techie users. >>> >>> Unfortunately I am a super noob in reading/writing front end and Js code. >>> I would like an

Re: Autocomplete prototype using Velocity UI Browse - Solritas

2015-10-28 Thread Alessandro Benedetti
playing with the velocity Browse UI, to provide a simple prototype > to > > be shown to not techie users. > > > > Unfortunately I am a super noob in reading/writing front end and Js code. > > I would like an advice from you. > > What I would like to do is to bypass the

Re: Autocomplete prototype using Velocity UI Browse - Solritas

2015-10-28 Thread Erik Hatcher
super noob in reading/writing front end and Js code. > I would like an advice from you. > What I would like to do is to bypass the big autocomplete script and simply > automatically call the submit query on each key pressed. ( like google > instant search) . > > it is something

Autocomplete prototype using Velocity UI Browse - Solritas

2015-10-28 Thread Alessandro Benedetti
Hi guys, I was playing with the velocity Browse UI, to provide a simple prototype to be shown to not techie users. Unfortunately I am a super noob in reading/writing front end and Js code. I would like an advice from you. What I would like to do is to bypass the big autocomplete script and simply

Re: AutoComplete Feature in Solr

2015-10-15 Thread Alessandro Benedetti
Suggestions) > > > > Cheers > > > > On 14 October 2015 at 05:09, William Bell wrote: > > > > > We want to use suggester but also want to show those results closest to > > my > > > lat,long... Kinda combine suggester and bq=geodist() > >

Re: AutoComplete Feature in Solr

2015-10-14 Thread Salman Ansari
o > my > > lat,long... Kinda combine suggester and bq=geodist() > > > > On Mon, Oct 12, 2015 at 2:24 PM, Salman Ansari > > wrote: > > > > > Hi, > > > > > > I have been trying to get the autocomplete feature in Solr working with > > no > >

Re: AutoComplete Feature in Solr

2015-10-14 Thread Alessandro Benedetti
t; lat,long... Kinda combine suggester and bq=geodist() > > On Mon, Oct 12, 2015 at 2:24 PM, Salman Ansari > wrote: > > > Hi, > > > > I have been trying to get the autocomplete feature in Solr working with > no > > luck up to now. First I read that "sugges

Re: AutoComplete Feature in Solr

2015-10-13 Thread William Bell
We want to use suggester but also want to show those results closest to my lat,long... Kinda combine suggester and bq=geodist() On Mon, Oct 12, 2015 at 2:24 PM, Salman Ansari wrote: > Hi, > > I have been trying to get the autocomplete feature in Solr working with no > luck up to

Re: AutoComplete Feature in Solr

2015-10-13 Thread Salman Ansari
sy to handle it myself as well but I was just wondering if Solr.NET supports suggest component somehow. Regards, Salman On Tue, Oct 13, 2015 at 2:39 PM, Alessandro Benedetti < benedetti.ale...@gmail.com> wrote: > As Erick suggested you are reading a really old way to provide the > auto

Re: AutoComplete Feature in Solr

2015-10-13 Thread Alessandro Benedetti
As Erick suggested you are reading a really old way to provide the autocomplete feature ! Please take a read to the docs Erick linked and to my blog as well. It will definitely give you more insight about the Autocomplete world ! Cheers [1] http://alexbenedetti.blogspot.co.uk/2015/07/solr-you

Re: AutoComplete Feature in Solr

2015-10-12 Thread Erick Erickson
blog/2015/03/04/solr-suggester/ Best, Erick On Mon, Oct 12, 2015 at 1:24 PM, Salman Ansari wrote: > Hi, > > I have been trying to get the autocomplete feature in Solr working with no > luck up to now. First I read that "suggest component" is the recommended > way as in

AutoComplete Feature in Solr

2015-10-12 Thread Salman Ansari
Hi, I have been trying to get the autocomplete feature in Solr working with no luck up to now. First I read that "suggest component" is the recommended way as in the below article (and this is the exact functionality I am looking for, which is to autocomplete multiple w

Re: Help on autocomplete / suggester

2015-09-25 Thread Andrea Gazzarini
> > On 09/24/2015 11:18 AM, Andrea Gazzarini wrote: > > > >> Hi guys, > >> as part of a customer requirement, I need to provide an autocomplete / > >> suggester feature. For that reason I started looking at the Suggester > >> Component. > >> >

Re: Help on autocomplete / suggester

2015-09-25 Thread Alessandro Benedetti
art of a customer requirement, I need to provide an autocomplete / >> suggester feature. For that reason I started looking at the Suggester >> Component. >> >> The target Solr version is not yet determined: I mean, there's another >> project in production, of the same cus

Re: Help on autocomplete / suggester

2015-09-25 Thread Andrea Gazzarini
Sorry, in the first point I meant "prefix_search" Best, Andrea On 09/24/2015 11:18 AM, Andrea Gazzarini wrote: Hi guys, as part of a customer requirement, I need to provide an autocomplete / suggester feature. For that reason I started looking at the Suggester Component. The t

Help on autocomplete / suggester

2015-09-24 Thread Andrea Gazzarini
Hi guys, as part of a customer requirement, I need to provide an autocomplete / suggester feature. For that reason I started looking at the Suggester Component. The target Solr version is not yet determined: I mean, there's another project in production, of the same customer, which is

Re: multiple but identical suggestions in autocomplete

2015-08-05 Thread Nutch Solr User
m/multiple-but-identical-suggestions-in-autocomplete-tp4220055p4220953.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: multiple but identical suggestions in autocomplete

2015-08-04 Thread Szűcs Roland
- > Nutch Solr User > > "The ultimate search engine would basically understand everything in the > world, and it would always give you the right thing." > -- > View this message in context: > http://lucene.472066.n3.nabble.com/multiple-but-identical-suggestions-in

Re: multiple but identical suggestions in autocomplete

2015-08-04 Thread Nutch Solr User
nabble.com/multiple-but-identical-suggestions-in-autocomplete-tp4220055p4220727.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Fast autocomplete for large dataset

2015-08-01 Thread Olivier Austina
be read to pull out the stored field and build > either the FST or the sidecar Lucene index, which can be a _very_ > costly operation (as in minutes/hours for a large dataset). > > bq: The requirement is that the autocomplete should be fast (not > slowdown by the volume of data as da

Re: Fast autocomplete for large dataset

2015-08-01 Thread Erick Erickson
as in minutes/hours for a large dataset). bq: The requirement is that the autocomplete should be fast (not slowdown by the volume of data as dataset become bigger) Well, in some alternate universe this may be possible. But the larger the corpus the slower the processing will be, there's just no

Re: Fast autocomplete for large dataset

2015-08-01 Thread Olivier Austina
Thank you Eric, I would like to implement an autocomplete for large dataset. The autocomplete should show the phrase or the question the user want as the user types. The requirement is that the autocomplete should be fast (not slowdown by the volume of data as dataset become bigger), and easy to

Re: Fast autocomplete for large dataset

2015-08-01 Thread Erick Erickson
Not really. There's no need to use ngrams as the article suggests if the terms component does what you need. Which is why I asked you about what autocomplete means in your context. Which you have not clarified. Have you even looked at terms component? Especially the terms.prefix option?

Re: Fast autocomplete for large dataset

2015-08-01 Thread Olivier Austina
Thank you Eric for your reply. If I understand it seems that these approaches are using index to hold terms. As the index grows bigger, it can be a performance issues. Is it right? Please can you check this article <http://www.norconex.com/serving-autocomplete-suggestions-fast/> to see what

Re: Fast autocomplete for large dataset

2015-08-01 Thread Erick Erickson
Well, defining what you mean by "autocomplete" would be a start. If it's just a user types some letters and you suggest the next N terms in the list, TermsComponent will fix you right up. If it's more complicated, the AutoSuggest functionality might help. If it's correct

Fast autocomplete for large dataset

2015-08-01 Thread Olivier Austina
Hi, I am looking for a fast and easy to maintain way to do autocomplete for large dataset in solr. I heard about Ternary Search Tree (TST) <https://en.wikipedia.org/wiki/Ternary_search_tree>. But I would like to know if there is something I missed such as best practice, Solr new featur

multiple but identical suggestions in autocomplete

2015-07-31 Thread Szűcs Roland
Hello Guys, I use SOLR 5.2.1 and the relatively new solr.SuggestComponent. It worked fine at the beginning. I use this function to auto-complete the publisher names. I have 3000 documents and 80 publishers. When I use the autocomplete feature and I get back the name of the publishers matched as

Need autocomplete on whole phrase for multiple words .

2015-02-12 Thread vamshi kiran
Hi solrExperts, Need autocomplete on whole phrase for multiple words . When I typed *br, *the results are brad , brad pitt but I need only brad pitt to come. I’m using shinglefilterfactory + terms component for autocomplete feature , the query is something like http://localhost:8080/solr

Re: Solr Suggester Autocomplete Working Example

2015-02-02 Thread O. Olson
out one of my problems i.e. I was using the Search field that had been stemmed. I will look at creating an alternate field just for the suggester. Thank you. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Suggester-Autocomplete-Working-Example-tp4183493p4183532.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Suggester Autocomplete Working Example

2015-02-02 Thread O. Olson
searching and which has been stemmed. I need to look into setting up another field for the suggester. I will post here when I have questions about this. Thanks again. Michael Sokolov-3 wrote > Please go ahead and play with autocomplete on safaribooksonline.com/home > - if you are

Re: Solr Suggester Autocomplete Working Example

2015-02-02 Thread Alexandre Rafalovitch
On 2 February 2015 at 11:26, O. Olson wrote: > I also know that I do not have the > capability to do a lot of customizations to Solr that are much beyond the > defaults and changing a few settings. Actually, you have a capability to do unbelievable level of customization in Solr, starting from sc

Re: Solr Suggester Autocomplete Working Example

2015-02-02 Thread Michael Sokolov
Please go ahead and play with autocomplete on safaribooksonline.com/home - if you are not a subscriber you will have to sign up for a free trial. We use the AnalyzingInfixSuggester. From your description, it sounds as if you are building completions from a field that you also use for

Solr Suggester Autocomplete Working Example

2015-02-02 Thread O. Olson
Hi, I'm am wondering if anyone can point me to a website that user Solr's Suggester or Autocomplete or whatever you call it. I am looking for something that is closer to the default provided in the examples, but is also used commercially. I have a local Solr installati

Re: SpellCheck (AutoComplete) Not Working In Distributed Environment

2015-01-13 Thread Charles Sanders
Still not able to get my autoComplete component to work in a distributed environment. Works fine on a non-distributed system. Also, on the distributed system, if I include distrib=false, it works. I have tried shards.qt and shards parameters, but they make no difference. I should add, I am

Re: SpellCheck (AutoComplete) Not Working In Distributed Environment

2015-01-02 Thread Shawn Heisey
On 1/1/2015 1:09 PM, Meraj A. Khan wrote: > When running SolrCloud do you even have to include the shards parameter > ,shouldnt only shards.qt parameter suffice? If you are using SolrCloud, no shards parameter is required ... all queries sent to either the collection or any shard replica will auto

Re: SpellCheck (AutoComplete) Not Working In Distributed Environment

2015-01-01 Thread Meraj A. Khan
Shawn, When running SolrCloud do you even have to include the shards parameter ,shouldnt only shards.qt parameter suffice? On Dec 30, 2014 7:17 PM, "Shawn Heisey" wrote: > On 12/30/2014 5:03 PM, Charles Sanders wrote: > > Thanks for the suggestion. > > > > I did not do that originally because th

Re: SpellCheck (AutoComplete) Not Working In Distributed Environment

2014-12-31 Thread Charles Sanders
Got it. Thanks for your help everyone. - Original Message - From: "Shawn Heisey" To: solr-user@lucene.apache.org Sent: Tuesday, December 30, 2014 7:16:59 PM Subject: Re: SpellCheck (AutoComplete) Not Working In Distributed Environment On 12/30/2014 5:03 PM, Charles San

Re: SpellCheck (AutoComplete) Not Working In Distributed Environment

2014-12-30 Thread Shawn Heisey
On 12/30/2014 5:03 PM, Charles Sanders wrote: > Thanks for the suggestion. > > I did not do that originally because the documentation states: > This parameter is not required for the /select request handler. > > Which is what I am using. But I gave it a go, even though I'm not certain of > th

Re: SpellCheck (AutoComplete) Not Working In Distributed Environment

2014-12-30 Thread Charles Sanders
ction.java:66)\n\tat org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)\n\tat java.lang.Thread.run(Thread.java:744)\n

Re: SpellCheck (AutoComplete) Not Working In Distributed Environment

2014-12-30 Thread Erick Erickson
gt; > > > explicit > 10 > allText > > true > andreasAutoComplete > true > 5 > true > 5 > > > autoComplete > > > > > > andreasAutoComplete > org.apache.solr.spelling.suggest.Suggester > name="lookupImpl">org.apache

SpellCheck (AutoComplete) Not Working In Distributed Environment

2014-12-30 Thread Charles Sanders
nal I must do to get this to work in a distributed environment? explicit 10 allText true andreasAutoComplete true 5 true 5 autoComplete andreasAutoComplete org.apache.solr.spelling.suggest.Suggester org.apache.solr.spelling.suggest.tst.TSTLookupFactory sugg_al

Re: Best practice: Autosuggest/autocomplete vs. "real search"

2014-11-10 Thread Thomas Michael Engelke
ot.com/blog/post/Advanced-autocomplete-with-Solr-Ngrams-and-Twitters-typeaheadjs.aspx). Compared to how you can analyze search result through the Solr backend, the analysis of suggester results seems to be sorely lacking. Am 10.11.2014 14:37 schrieb Michael Sokolov: > The goal is to ensure that sugge

Re: Best practice: Autosuggest/autocomplete vs. "real search"

2014-11-10 Thread Jorge Luis Betancourt Gonzalez
It wouldn’t be easy if in the site you’ll ensure that only terms are submitted to the actual search? In app I worked some time ago the default behavior of the Javascript component used for autocompletion was to first autocomplete the term in the input and then submit the query against the

Re: Best practice: Autosuggest/autocomplete vs. "real search"

2014-11-10 Thread Michael Sokolov
The goal is to ensure that suggestions from autocomplete are actually terms in the main index, so that the suggestions will actually result in matches. You've considered expanding the main index by adding the suggestion n-grams to it, but it would probably be better to alter your suggest

Best practice: Autosuggest/autocomplete vs. "real search"

2014-11-09 Thread Thomas Michael Engelke
We're using Solr as a backend for an ECommerce site/system. The Solr index stores products with selected attributes, as well as a dedicated field for autocomplete suggestions (Done via AJAX request when typing in the search box without pressing return). The autosuggest field is suppli

Re: Exact matches are not coming on Top for autocomplete search results.

2014-10-07 Thread Ahmet Arslan
gt; > > *solrconfig.xml* > > requestHandler name="typeahead" class="solr.SearchHandler"> > > json > 10 > true > autosuggest > AND > > name_s,pk_id,city_s,state_s,country_s > > > kindly provide your suggestions to achieve this. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Exact-matches-are-not-coming-on-Top-for-autocomplete-search-results-tp4163162.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Exact matches are not coming on Top for autocomplete search results.

2014-10-07 Thread Erick Erickson
> > > > > > replacement="$1" replace="all"/> > > > > > multiValued="true"/> > > *solrconfig.xml* > > requestHandler name="typeahead" class="solr.SearchHandler"> > > json > 10 > true

Re: Exact matches are not coming on Top for autocomplete search results.

2014-10-07 Thread Ahmet Arslan
;> json 10 true autosuggest AND name_s,pk_id,city_s,state_s,country_s kindly provide your suggestions to achieve this. -- View this message in context: http://lucene.472066.n3.nabble.com/Exact-matches-are-not-coming-on-Top-for-autocomplete-search-results-tp4163162.html Sent from the Solr - User mailing list archive at Nabble.com.

Exact matches are not coming on Top for autocomplete search results.

2014-10-07 Thread Shobhit
estHandler name="typeahead" class="solr.SearchHandler"> json 10 true autosuggest AND name_s,pk_id,city_s,state_s,country_s kindly provide your suggestions to achieve this. -- View this message in context: http://lucene.472066.n3.nabble.com/Exact-matches-are-not-comi

Re: Autocomplete with Case-insensitive feature

2014-05-14 Thread Sunayana
le/n4131663/analysis.png>; >> >> Dmitry Kan-2 wrote >> > Could you show the updated field definition? >> > Does analysis page show sensible output for your query on >> > indexing/querying >> > sides? >> > >> > >> > On Wed,

Re: Autocomplete with Case-insensitive feature

2014-04-22 Thread Dmitry Kan
t; sides? > > > > > > On Wed, Apr 16, 2014 at 5:52 PM, Sunayana < > > > sunayana.02@ > > > > wrote: > > > >> Thanks for replying, > >> 1.Yes,I re-indexed data after the changes. > >> 2.Changing to STF, did not help.. >

Re: Autocomplete with Case-insensitive feature

2014-04-17 Thread Sunayana
gt;> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Autocomplete-with-Case-insensitive-feature-tp4131182p4131499.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> > > > > -- > Dmitry > Blog:

Re: Autocomplete with Case-insensitive feature

2014-04-16 Thread Dmitry Kan
not help.. > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Autocomplete-with-Case-insensitive-feature-tp4131182p4131499.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Dmitry Blog: http://dmitrykan.blogspot.com Twitter: http://twitter.com/dmitrykan

Re: Autocomplete with Case-insensitive feature

2014-04-16 Thread Sunayana
Thanks for replying, 1.Yes,I re-indexed data after the changes. 2.Changing to STF, did not help.. -- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-with-Case-insensitive-feature-tp4131182p4131499.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Autocomplete with Case-insensitive feature

2014-04-16 Thread Dmitry Kan
aseFilterFactory"/> > > > > > > This did not work out for me. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Autocomplete-with-Case-insensitive-feature-tp4131182p4131198.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Dmitry Blog: http://dmitrykan.blogspot.com Twitter: http://twitter.com/dmitrykan

Re: Autocomplete with Case-insensitive feature

2014-04-15 Thread Sunayana
This did not work out for me. -- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-with-Case-insensitive-feature-tp4131182p4131198.html Sent from the Solr - User mailing list

Re: Autocomplete with Case-insensitive feature

2014-04-15 Thread Dmitry Kan
Hi, Configure LowerCaseFilterFactory into the "query" side of your type config. Dmitry On Tue, Apr 15, 2014 at 10:50 AM, Sunayana wrote: > Hi All, > > I have been trying out this autocomplete feature in Solr4.7.1 using > Suggester.I have configured it to disp

Autocomplete with Case-insensitive feature

2014-04-15 Thread Sunayana
Hi All, I have been trying out this autocomplete feature in Solr4.7.1 using Suggester.I have configured it to display phrase suggestions also.Problem is If I type "game" I get suggestions as "game" or phrases containing "game". But If I type "Game" *no s

Re: Solr 4.7 Autocomplete

2014-02-27 Thread Ahmet Arslan
between specific timestamp and  by username fields for autocomplete by field content/content_autosuggest. I need to autocomplete word  "google" between 2013-01-01T00:00:00Z and 2013-12-31T23:59:59Z for username "John"  when i type "goo"  IS IT PO

Re: Solr 4.7 Autocomplete

2014-02-27 Thread Bala Iyer
Thanks for the quick response, I have configured suggest and its working great but its searching all the documents.  From my field definition:  I need to search between specific timestamp and  by username fields for autocomplete by field content/content_autosuggest. I need to autocomplete

Re: Solr 4.7 Autocomplete

2014-02-27 Thread Ahmet Arslan
ew to solr, Is it possible to accomplish autocomplete through ( Terms or Suggest or Facet ) over a date range. I need to have a autocomplete over a field between a  date range from another field. Thanks newbie

Solr 4.7 Autocomplete

2014-02-27 Thread Bala Iyer
Hi, I am new to solr, Is it possible to accomplish autocomplete through ( Terms or Suggest or Facet ) over a date range. I need to have a autocomplete over a field between a  date range from another field. Thanks newbie

Re: Solr Autocomplete with "did you means" functionality handle misspell word like google

2013-09-30 Thread Alessandro Benedetti
https://cwiki.apache.org/confluence/display/solr/Spell+Checking [2] https://cwiki.apache.org/confluence/display/solr/Velocity+Search+UI 2013/9/27 Otis Gospodnetic > Hi, > > Not sure if Solr suggester can do this (can it, anyone?), but... > shameless plug... I know > http://sematext.com/p

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-28 Thread Ing. Jorge Luis Betancourt Gonzalez
:28 Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) Actually I don't use that field, it could be used to do some form of basic collaborative filtering, so you could use a high value for items in your collection that you want to come first, but in my case

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-27 Thread Ing. Jorge Luis Betancourt Gonzalez
l - De: "JMill" Para: solr-user@lucene.apache.org Enviados: Viernes, 27 de Septiembre 2013 16:19:40 Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) I am not sure about the value to use for the option "popularity". Is there a method or do you just go w

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-27 Thread JMill
perhaps you could create a PR to that Github repository, son it will be in sync with current versions of Solr. > > - Mensaje original - > De: "JMill" > Para: solr-user@lucene.apache.org > Enviados: Jueves, 26 de Septiembre 2013 9:10:49 > Asunto: Re: Implementi

  1   2   3   4   >