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

2013-09-26 Thread Otis Gospodnetic
Hi, Not sure if Solr suggester can do this (can it, anyone?), but... shameless plug... I know http://sematext.com/products/autocomplete/index.html can do that. Otis -- Solr & ElasticSearch Support -- http://sematext.com/ Performance Monitoring -- http://sematext.com/spm On Thu, Sep 26,

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread Ing. Jorge Luis Betancourt Gonzalez
0:49 Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) solved. On Thu, Sep 26, 2013 at 1:50 PM, JMill wrote: > I managed to get rid of the query error by playing jquery file in the > velocity folder and adding line: " src="#{url_for_solr}/admin/file?file=/velocity

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread Stefan Matheis
ature detection instead. Those plugins (like autocomplete, for example) normally have version dependencies to jQuery .. to ensure their functionality -Stefan On Thursday, September 26, 2013 at 2:50 PM, JMill wrote: > I managed to get rid of the query error by playing jquery file in the &g

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread JMill
ng like: >>> >>> >> src="#{url_root}/js/lib/jquery-1.7.2.min.js"> >>> >>> Which is used at least on a solr 4.1 that I have laying aroud here >>> somewhere. >>> >>> In any case you can test the suggestions using the URL that

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread JMill
rc="#{url_root}/js/lib/jquery-1.7.2.min.js"> >> >> Which is used at least on a solr 4.1 that I have laying aroud here >> somewhere. >> >> In any case you can test the suggestions using the URL that I suggest on >> the top of this mail, in that case yo

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

2013-09-26 Thread Suneel Pandey
er. Please help me. - Regards, Suneel Pandey Sr. Software Developer -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Autocomplete-with-did-you-means-functionality-handle-misspell-word-like-google-tp4092127.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread JMill
> De: "JMill" > Para: solr-user@lucene.apache.org > Enviados: Miércoles, 25 de Septiembre 2013 13:59:32 > Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) > > Could it be the jquery library that is the problem? I opened up > solr-home/ac/conf/velocity/head.vm with an editor and I see a reference to > the jquery library but I can't seem to find the directory referenced, > line:

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
I guess we found the culprit. On Wednesday, September 25, 2013, Ing. Jorge Luis Betancourt Gonzalez < jlbetanco...@uci.cu> wrote: > That's and indication that jQuery can't be loaded, and without jQuery the autocomplete plugin won't work. This plugin is used to show the po

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread Ing. Jorge Luis Betancourt Gonzalez
That's and indication that jQuery can't be loaded, and without jQuery the autocomplete plugin won't work. This plugin is used to show the popup list that show up at the bottom of the input. - Mensaje original - De: "JMill" Para: solr-user@lucene.apache.org E

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
ith the new one? > > - Mensaje original - > De: "JMill" > Para: solr-user@lucene.apache.org > Enviados: Miércoles, 25 de Septiembre 2013 14:44:53 > Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) > > That seems to work. I get bac

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread Ing. Jorge Luis Betancourt Gonzalez
plementing Solr Suggester for Autocomplete (multiple columns) That seems to work. I get back an xml containing a bunch of suggestions. Can we agree that it's jquery that's the problem? On Wednesday, September 25, 2013, Ing. Jorge Luis Betancourt Gonzalez < jlbetanco...@uci.cu> wro

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
the suggestions using the URL that I suggest on the top of this mail, in that case you should be able to see the possible results, of course in a less fancy way. > > - Mensaje original - > De: "JMill" > Para: solr-user@lucene.apache.org > Enviados: Miércoles, 25

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread Ing. Jorge Luis Betancourt Gonzalez
e: Implementing Solr Suggester for Autocomplete (multiple columns) Could it be the jquery library that is the problem? I opened up solr-home/ac/conf/velocity/head.vm with an editor and I see a reference to the jquery library but I can't seem to find the directory referenced, line:

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
Could it be the jquery library that is the problem? I opened up solr-home/ac/conf/velocity/head.vm with an editor and I see a reference to the jquery library but I can't seem to find the directory referenced, line:

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread Ing. Jorge Luis Betancourt Gonzalez
g Solr Suggester for Autocomplete (multiple columns) I simple query through admin (*:*) confirms the data is exists. The version I'm working with is solr 4.4.0. The autocomplete manual refers to 3.x. I wonder of this is the problem? On Wed, Sep 25, 2013 at 4:01 PM, Ing. Jorge Luis Betanc

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
I simple query through admin (*:*) confirms the data is exists. The version I'm working with is solr 4.4.0. The autocomplete manual refers to 3.x. I wonder of this is the problem? On Wed, Sep 25, 2013 at 4:01 PM, Ing. Jorge Luis Betancourt Gonzalez < jlbetanco...@uci.cu> wrote: >

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread Ing. Jorge Luis Betancourt Gonzalez
- De: "JMill" Para: solr-user@lucene.apache.org Enviados: Miércoles, 25 de Septiembre 2013 10:57:31 Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) I followed the instructions, I am able to browse to " http://localhost:8983/solr/ac/browse?q=ce&debu

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
tions, based on what I see > in: https://github.com/cominvent/autocomplete. You can check the blog > post on > www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/. > This is really flexible, on the downside it does not use the suggester > component su this are like re

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
Thanks. On Wed, Sep 25, 2013 at 1:46 PM, Ing. Jorge Luis Betancourt Gonzalez < jlbetanco...@uci.cu> wrote: > I've used a separated core for storing suggestions, based on what I see > in: https://github.com/cominvent/autocomplete. You can check the blog > post on > www.c

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread Ing. Jorge Luis Betancourt Gonzalez
I've used a separated core for storing suggestions, based on what I see in: https://github.com/cominvent/autocomplete. You can check the blog post on www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/‎. This is really flexible, on the downside it does not use the sugg

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread Erick Erickson
you use terms.prefix, you can also control whether it's whole word match or not. To get whole-word in the above, you would set your prefix to "Rogers|" for instance. Or you may want to leave off the "|" to see more of an autocomplete-type response. Then, of course, when you

Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-24 Thread JMill
Hi, I'm using Solr's Suggester function to implement an autocomplete feature. I have it setup to check against the "username" and "name" fields. Problem is when running a query against the name, the second term, after whitespace (surename) returns 0 results. Works

Solr Suggester - How do I filter autocomplete results

2013-09-10 Thread Mysurf Mail
I want to filter the auto complete results from my suggester Lets say I have a book table Table (Id Guid, BookName String, BookOwner id) I want each user to get a list to autocomplete from its own books. I want to add something like the http://.../solr/vault/suggest?q=c&fq=BookOwner:3

Re: autocomplete feature - where to begin

2013-08-14 Thread Mysurf Mail
Thanks. Will read it now :-) On Tue, Aug 13, 2013 at 8:33 PM, Cassandra Targett wrote: > The autocomplete feature in Solr is built on the spell checker > component, and is called Suggester, which is why you've seen both of > those mentioned. It's implemented with a se

Re: autocomplete feature - where to begin

2013-08-13 Thread Cassandra Targett
The autocomplete feature in Solr is built on the spell checker component, and is called Suggester, which is why you've seen both of those mentioned. It's implemented with a searchComponent and a requestHandler. The Solr Reference Guide has a decent overview of how to implement it and I

autocomplete feature - where to begin

2013-08-13 Thread Mysurf Mail
I have indexed the data from the db and so far it searches really well. Now I want to create auto-complete/suggest feature in my website So far I have seen articles about Suggester, spellchecker, and searchComponents. Can someone point me to a good article about basic autocomplete implementation?

Re: Suggest aka "autocomplete" request handler with solr 4.4

2013-08-08 Thread Utkarsh Sengar
HI Chris, You were right, "appl" was matched to "application". So, I created a new type without the stemmer. New type:

Re: Suggest aka "autocomplete" request handler with solr 4.4

2013-08-08 Thread Vinícius
if correctSpelled is true, then "appl" was found in solr index. In this case, maybe the EnglishMinimalStemFilterFactory filter in text_general fieldType is messing your suggestion. On 6 August 2013 15:33, Utkarsh Sengar wrote: > Jack/Chris, > > 1. This is my complete schema.xml: > > https://gi

Re: Suggest aka "autocomplete" request handler with solr 4.4

2013-08-06 Thread Utkarsh Sengar
Jack/Chris, 1. This is my complete schema.xml: https://gist.github.com/utkarsh2012/6167128/raw/1d5ac6520b666435cd040b5cc6dcb434cdfd7925/schema.xml More specifically, allText is of type: text_general which has a LowerCaseFatcory during index time. 2. allText has values: http://solr_server/solr/pro

Re: Suggest aka "autocomplete" request handler with solr 4.4

2013-08-05 Thread Chris Hostetter
: Where "allText" is a copy field which indexes all the content I have in : document title, description etc. what does the field & fieldType of "allText" look like? : I have reindexed my data after adding this config (i.e. loading the whole : dataset again via UpdateCSV), also tried to reload th

Re: Suggest aka "autocomplete" request handler with solr 4.4

2013-08-05 Thread Jack Krupansky
"http://localhost:8983/solr/terms?terms.fl=allText&terms.limit=100&indent=true"; -- Jack Krupansky -Original Message- From: Utkarsh Sengar Sent: Monday, August 05, 2013 7:40 PM To: solr-user@lucene.apache.org Subject: Re: Suggest aka "autocomplete" request ha

Re: Suggest aka "autocomplete" request handler with solr 4.4

2013-08-05 Thread Utkarsh Sengar
Bumping this one, is this feature maintained anymore? Thanks, -Utkarsh On Fri, Aug 2, 2013 at 2:27 PM, Utkarsh Sengar wrote: > I am trying to get autocorrect and suggest feature work on my solr 4.4 > setup. > > As recommended here: http://wiki.apache.org/solr/Suggester, this is my > solrconfig:

Suggest aka "autocomplete" request handler with solr 4.4

2013-08-02 Thread Utkarsh Sengar
I am trying to get autocorrect and suggest feature work on my solr 4.4 setup. As recommended here: http://wiki.apache.org/solr/Suggester, this is my solrconfig: http://apaste.info/eBPr Where "allText" is a copy field which indexes all the content I have in document title, description etc. I am t

Re: Using suggester for smarter phrase autocomplete

2013-03-13 Thread Jorge Luis Betancourt Gonzalez
Currently I'm using a separated core to query suggestions, for this I've started from: https://github.com/cominvent/autocomplete. Basically the suggester component I'm only using it for term suggestions based on the a tokenized field in my schema (all of this in solr 3.6), per

Re: Using suggester for smarter phrase autocomplete

2013-03-13 Thread Eric Wilson
I'm not concerned about stopwords, rather the situation where the first and second words are rarely used together, so don't occur together in a phrase in the dictionary. Thanks. On Wed, Mar 13, 2013 at 11:11 AM, Robert Muir wrote: > On Wed, Mar 13, 2013 at 11:07 AM, Eric Wilson > wrote: > > I'm

How to use suggester for smarter multi-word autocomplete?

2013-03-13 Thread Eric Wilson
I'm trying to use the suggester for auto-completion with Solr 4. I have followed the example configuration for phrase suggestions at the bottom of this wiki page: http://wiki.apache.org/solr/Suggester This shows how to use a text file with the following text for phrase suggestions: # simple au

Re: Using suggester for smarter phrase autocomplete

2013-03-13 Thread Robert Muir
On Wed, Mar 13, 2013 at 11:07 AM, Eric Wilson wrote: > I'm trying to use the suggester for auto-completion with Solr 4. I have > followed the example configuration for phrase suggestions at the bottom of > this wiki page: > http://wiki.apache.org/solr/Suggester

Using suggester for smarter phrase autocomplete

2013-03-13 Thread Eric Wilson
I'm trying to use the suggester for auto-completion with Solr 4. I have followed the example configuration for phrase suggestions at the bottom of this wiki page: http://wiki.apache.org/solr/Suggester

Re: Solr autocomplete feature

2013-01-26 Thread Jack Krupansky
Solr has an autocomplete/suggester feature: http://wiki.apache.org/solr/Suggester -- Jack Krupansky -Original Message- From: ilay Sent: Thursday, January 24, 2013 7:34 AM To: solr-user@lucene.apache.org Subject: Solr autocomplete feature Hi I want to change autocomplete

Solr autocomplete feature

2013-01-24 Thread Ilayaraja . P
Hi I want to change autocomplete implementation for our search. Current I have a suggest field whose definition in schema.xml is as below

Solr autocomplete feature

2013-01-24 Thread ilay
Hi I want to change autocomplete implementation for our search. Current I have a suggest field whose definition in schema.xml is as below

Re: AutoComplete with FiterQuery for Full content

2013-01-21 Thread Sujatha Arun
://www.searchworkings.org/blog/-/blogs/420845/maximized What I have mentioned below is the ngrams approach . Regards Sujatha On Tue, Jan 22, 2013 at 11:52 AM, Jack Krupansky wrote: > It's not clear what your question or problem is. Try explaining it in > simple English first. Autocomplete is fairly simpl

Re: AutoComplete with FiterQuery for Full content

2013-01-21 Thread Jack Krupansky
It's not clear what your question or problem is. Try explaining it in simple English first. Autocomplete is fairly simple - no need for the complexity of an ngram filter. Here's an example of a suggester component and request handler based on a simple text field:

AutoComplete with FiterQuery for Full content

2013-01-21 Thread Sujatha Arun
Hi, I need suggestion on solr Autocomplete for Full content with Filter query. I have currently implemented this as below 1. Solr version 3.6.1 2. solr.StandardTokenizerFactory 3. EdgeNGramFilterFactory with maxGramSize="25" minGramSize="1" 4. Stored the con

AutoComplete with FiterQuery for Full content

2013-01-21 Thread Sujatha Arun
Hi, I need suggestion on solr Autocomplete for Full content with Filter query. I have currently implemented this as below 1. Solr version 3.6.1 2. solr.StandardTokenizerFactory 3. EdgeNGramFilterFactory with maxGramSize="25" minGramSize="1" 4. Stored the con

Solr autocomplete keyword and geolocation based

2012-12-09 Thread reeuv
ions using keyword e.g. 'Piz', the results should be based both on the keyword 'Piz' and also the locations that are close to certain latitude, longitude. Is there a way to do it in Solr ? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-autoco

solr autocomplete

2012-11-21 Thread sasho
Hi all, I'am using the apache-solr4.0.0, and the autocomplete feature. In general it works fine, but I still have two problems which I can't solve. In general I need the autocomplete to show a movie titles. 1. The first thing is that the autocomplete search ignores all characters after

Re: solr autocomplete requirement

2012-11-19 Thread Sujatha Arun
Anyone with suggestions on this? On Mon, Nov 19, 2012 at 10:13 PM, Sujatha Arun wrote: > Hi, > > Our requirement for auto complete is slightly complicated , We need two > types of auto complete > > 1. Meta data Auto complete > 2. Full text Content Auto complete > > In addition the metadata fiel

Re: need for a new core just for Autocomplete

2012-11-10 Thread Otis Gospodnetic
gt; I am reading this > > http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/and > it seems to suggest that using a separate > solr core may be a good idea. > > I am not sure about the reasons for having a new core, just for > autocomplete > > Can&#

Re: Feature & design question: use autocomplete to search on 2 different fields, and return 2 different data groups

2012-11-01 Thread Erick Erickson
> > Category: Bar, Coffee > > Address: yyyyy > > City: Rio de Janeiro > > > > Name: Pizza Hut > > Category: Restaurant, Pizza > > Address: > > City: New York > > > > and so on. > > > > What we need to do: create an "autocom

Re: Solr Autocomplete

2012-10-15 Thread Lance Norskog
http://find.searchhub.org/?q=autosuggest+OR+autocomplete - Original Message - | From: "Rahul Paul" | To: solr-user@lucene.apache.org | Sent: Monday, October 15, 2012 9:01:14 PM | Subject: Solr Autocomplete | | Hi, | I am using mysql for solr indexing data in solr. I have

Re: Solr Autocomplete

2012-10-15 Thread Ahmet Arslan
> I am using mysql for solr indexing data in solr. I have two > fields: "name" > and "college". How can I add auto suggest based on these two > fields? Here is a blog post and code an example. http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/

Solr Autocomplete

2012-10-15 Thread Rahul Paul
Hi, I am using mysql for solr indexing data in solr. I have two fields: "name" and "college". How can I add auto suggest based on these two fields? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Autocomplete-tp4013859.html Sent from the Solr

Re: Certain form of autocomplete (like Google Suggest)

2012-09-13 Thread aniljayanti
-autocomplete-like-Google-Suggest-tp486567p4007411.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Autocomplete terms from the middle of name/description of a Doc

2012-07-28 Thread Rajani Maski
I did use this approach at somepoint. Your > remark has made me check my code again. > I was using n_gram in the end. > > (facet.prefix on tokenized fields might work in certain circumstances > where you can get the actual value from the string field (or i

Re: Autocomplete terms from the middle of name/description of a Doc

2012-07-25 Thread Chantal Ackermann
n certain circumstances where you can get the actual value from the string field (or its facet) in parallel.) This is the jquery autocomplete plugin instantiation: $(function() { $("#qterm").autocomplete({ minLength: 1,

Re: Autocomplete terms from the middle of name/description of a Doc

2012-07-25 Thread Ugo Matrangolo
ntains the value of "product" tokenized in a fashion > that suites you, it can contain multiple tokens. facet.prefix on > "product_tokens" will return hits that match *any* of these tokens - which > is what you want. > > Chantal > > Am 25.07.2012 um 15:29 schrieb Ug

Re: Autocomplete terms from the middle of name/description of a Doc

2012-07-25 Thread Chantal Ackermann
in a fashion that suites you, it can contain multiple tokens. facet.prefix on "product_tokens" will return hits that match *any* of these tokens - which is what you want. Chantal Am 25.07.2012 um 15:29 schrieb Ugo Matrangolo: > Hi, > > I'm working on making our autocom

Autocomplete terms from the middle of name/description of a Doc

2012-07-25 Thread Ugo Matrangolo
Hi, I'm working on making our autocomplete engine a bit more smart. The actual impl is a basic facet based autocompletion as described in the 'SOLR 3 Enterprise Search' book: we use all the typed tokens except the last one to build a facet.prefix query on an autocomplete facet fi

Re: Wildcard query vs facet.prefix for autocomplete?

2012-07-18 Thread santamaria2
Very interesting! Thanks for sharing, I'll ponder on it. -- View this message in context: http://lucene.472066.n3.nabble.com/Wildcard-query-vs-facet-prefix-for-autocomplete-tp3995199p3995899.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Wildcard query vs facet.prefix for autocomplete?

2012-07-18 Thread Erick Erickson
maria2 <[hidden >> email]<http://user/SendEmail.jtp?type=node&node=3995706&i=0>> >> wrote: >> > I'll consider using the other methods, but I'd like to know which would >> be >> > faster among the two approaches mentioned in my openi

Re: Wildcard query vs facet.prefix for autocomplete?

2012-07-18 Thread santamaria2
er/SendEmail.jtp?type=node&node=3995706&i=0>> > wrote: > > I'll consider using the other methods, but I'd like to know which would > be > > faster among the two approaches mentioned in my opening post. > > > > -- > > View this message in context:

Re: Wildcard query vs facet.prefix for autocomplete?

2012-07-18 Thread Erick Erickson
17, 2012 at 3:18 AM, santamaria2 wrote: > I'll consider using the other methods, but I'd like to know which would be > faster among the two approaches mentioned in my opening post. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Wildcard-query-vs

Re: Wildcard query vs facet.prefix for autocomplete?

2012-07-17 Thread santamaria2
I'll consider using the other methods, but I'd like to know which would be faster among the two approaches mentioned in my opening post. -- View this message in context: http://lucene.472066.n3.nabble.com/Wildcard-query-vs-facet-prefix-for-autocomplete-tp3995199p3995458.html Sent fro

Re: Wildcard query vs facet.prefix for autocomplete?

2012-07-16 Thread solrman
term component will be faster. like below: http://host:port/solr/terms?terms.fl=content&terms.prefix=sol -- View this message in context: http://lucene.472066.n3.nabble.com/Wildcard-query-vs-facet-prefix-for-autocomplete-tp3995199p3995378.html Sent from the Solr - User mailing list archiv

Re: Wildcard query vs facet.prefix for autocomplete?

2012-07-16 Thread Pawel Rog
Maybe try EdgeNgramFilterFactory http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/#solr.EdgeNGramFilterFactory On Mon, Jul 16, 2012 at 6:57 AM, santamaria2 wrote: > I'm about to implement an autocomplete mechanism for my search box. I've > read > about some of th

Wildcard query vs facet.prefix for autocomplete?

2012-07-15 Thread santamaria2
I'm about to implement an autocomplete mechanism for my search box. I've read about some of the common approaches, but I have a question about wildcard query vs facet.prefix. Say I want autocomplete for a title: 'Shadows of the Damned'. I want this to appear as a suggestio

Re: Autocomplete using facets

2012-06-28 Thread David Smiley (@MITRE.org)
m/apache-solr-3-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-using-facets-tp3991377p3991953.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Autocomplete using facets

2012-06-26 Thread Ugo Matrangolo
ocomplete_facet facet where we copy name, brand and color of every item we have what we do is to make this query to SOLR: http://localhost:8765/autocomplete?q=red&facet.prefix=r giving us the following suggestions *red* rachel zoe ... Using your approach I would rather do: http://localhost:8

Re: Autocomplete using facets

2012-06-26 Thread Dmitry Kan
Hi, Could you preserve in the facet.prefix what the user has typed so far? Or is this breaking your requirement? /Dmitry On Tue, Jun 26, 2012 at 5:08 PM, Ugo Matrangolo wrote: > Hi, > > We are using SOLR to build a simple search engine on our e-commerce site. > We also implemented an autocomple

Autocomplete using facets

2012-06-26 Thread Ugo Matrangolo
Hi, We are using SOLR to build a simple search engine on our e-commerce site. We also implemented an autocompletion feature using faceting following exactly what is described in the book 'Apache SOLR 3 Enterprise Search Server' (page 221). What we do is that we fill an autocomplete_facet with our

Fwd: suggester/autocomplete locks file preventing replication

2012-06-22 Thread tom
FYI matter has been dealt with on the dev list Original Message Subject:Re: Re: suggester/autocomplete locks file preventing replication Date: Fri, 22 Jun 2012 12:16:35 +0200 From: Simon Willnauer Reply-To: d...@lucene.apache.org, simon.willna...@gmail.com

Re: suggester/autocomplete locks file preventing replication

2012-06-21 Thread tom
pocking into the code i think the FileDictionary class is the culprit: It takes an InputStream as a ctor argument but never releases the stream. what puzzles me is that the class seems to allow a one-time iteration and then the stream is useless, unless i'm missing smth. here. is there a good

Re: suggester/autocomplete locks file preventing replication

2012-06-21 Thread tom
BTW: a core unload doesnt release the lock either ;( On 21.06.2012 14:39, tom wrote: hi, i'm using the suggester with a file like so: suggest name="classname">org.apache.solr.spelling.suggest.Suggester name="lookupImpl">org.apache.solr.spelling.suggest.fst.FSTLookup

suggester/autocomplete locks file preventing replication

2012-06-21 Thread tom
hi, i'm using the suggester with a file like so: suggest name="classname">org.apache.solr.spelling.suggest.Suggester name="lookupImpl">org.apache.solr.spelling.suggest.fst.FSTLookup content 0.05 true 100 autocomplete.d

Re: Semantic autocomplete with Solr

2012-02-15 Thread Octavian Covalschi
Thank you! I'll check them out. On Wed, Feb 15, 2012 at 6:50 AM, Jan Høydahl wrote: > Check out > http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/ > You can feed it anything, such as a log of previous searches, or a > pre-computed dictionary o

Re: Semantic autocomplete with Solr

2012-02-15 Thread Jan Høydahl
Check out http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/ You can feed it anything, such as a log of previous searches, or a pre-computed dictionary of "item" + "color" combinations that exist in your DB etc. -- Jan Høydahl, search solution ar

Re: Semantic autocomplete with Solr

2012-02-14 Thread Roman Chyla
uys, > > Has anyone done any kind of "smart" autocomplete? Let's say we have a web > store, and we'd like to autocomplete user's searches. So if I'll type in > "jacket" next word that will be suggested should be something related to > jacket (color,

Re: Semantic autocomplete with Solr

2012-02-14 Thread Octavian Covalschi
Hm... I used it for some basic group by feature, but haven't thought of it for autocomplete. I'll give it a shot. Thanks! On Tue, Feb 14, 2012 at 4:19 PM, Paul Libbrecht wrote: > facetting? > > paul > > > Le 14 févr. 2012 à 23:10, Octavian Covalschi a écrit :

Re: Semantic autocomplete with Solr

2012-02-14 Thread Paul Libbrecht
facetting? paul Le 14 févr. 2012 à 23:10, Octavian Covalschi a écrit : > Hey guys, > > Has anyone done any kind of "smart" autocomplete? Let's say we have a web > store, and we'd like to autocomplete user's searches. So if I'll type in > "

Re: Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-29 Thread O. Klein
"textphon". Or add "phonetic" as a copyfield. -- View this message in context: http://lucene.472066.n3.nabble.com/Using-SOLR-Autocomplete-for-addresses-i-e-multiple-terms-tp3627856p3698254.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-29 Thread Dave
ve to encode your data in a special way with separators. > > Using the separate Solr core approach, you may return whatever fields you > choose to the suggest Ajax component. > I've written up a blog post and uploaded an example to GitHub. See > http://www.cominvent.com/2012/0

Re: Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-25 Thread Jan Høydahl
ploaded an example to GitHub. See http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/ -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 3. jan. 2012, at 20:41, Dave wrote: > I've got another question for

Re: Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-03 Thread Dave
lement phonetic normalization and other useful tricks. >> >> -- >> Jan Høydahl, search solution architect >> Cominvent AS - www.cominvent.com >> Solr Training - www.solrtraining.com >> >> On 3. jan. 2012, at 00:52, Dave wrote: >> >> > Hi

Re: Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-03 Thread Dave
012, at 00:52, Dave wrote: > > > Hi, > > > > I'm reposting my StackOverflow question to this thread as I'm not getting > > much of a response there. Thank you for any assistance you can provide! > > > > > http://stackoverflow.com/questions/8705600/

Re: Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-03 Thread Jan Høydahl
#x27;m reposting my StackOverflow question to this thread as I'm not getting > much of a response there. Thank you for any assistance you can provide! > > http://stackoverflow.com/questions/8705600/using-solr-autocomplete-for-addresses > > I'm new to SOLR, but I've got it

Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-02 Thread Dave
Hi, I'm reposting my StackOverflow question to this thread as I'm not getting much of a response there. Thank you for any assistance you can provide! http://stackoverflow.com/questions/8705600/using-solr-autocomplete-for-addresses I'm new to SOLR, but I've got it up and ru

Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-02 Thread Dave
Hi, I'm new to SOLR, but I've got it up and running, indexing data via the DIH, and properly returning results for queries. I'm trying to setup another core to run suggester, in order to autocomplete geographical locations. We have a web application that needs to take a city,

Re: Solr AutoComplete (Suggester) - Numbers not returned

2011-12-19 Thread solr-ra
You may want to take a look at the autocomplete component using Solr with RankingAlgorithm. It allows you to do edge as well as infix search. You can get more information and also try out a demo from here: http://solr-ra.tgels.org/solr-ra-autocomplete.jsp -- View this message in context: http

Re: Solr AutoComplete - Address Search

2011-12-16 Thread Vijay Sampath
Just to add to it, I'm using Suggester component to implement Auto Complete http://wiki.apache.org/solr/Suggester -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-AutoComplete-Address-Search-tp3590112p3592017.html Sent from the Solr - User mailing list archi

Solr AutoComplete - Address Search

2011-12-15 Thread Vijay Sampath
Hi, I'm trying to implement autocomplete functionality for Address search. I've used the KeywordTokenizerFactory & LowerCaseFilterFactory. Problem is, when I start typing the numbers at start, I got any results from SOLR (Eg: 3500 W South). Could you please

Re: Autocomplete(terms) performance problem

2011-11-24 Thread roySolr
Thanks, it looks great! In the nearby future i will give it a try. -- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-terms-performance-problem-tp3351352p3533066.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Autocomplete(terms) performance problem

2011-11-23 Thread solr-ra
ra.tgels.org/solr-ra-autocomplete.jsp -- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-terms-performance-problem-tp3351352p3532656.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Autocomplete(terms) performance problem

2011-11-23 Thread roySolr
Thanks for your answer Nagendra, The problem is i want to do some infix searches. When i search for "sisco" i want the autocomplete with "san fran*sisco*". In the example you gave me it's also not possible. Roy -- View this message in context: http://lucene.472066.n

Re: Autocomplete(terms) performance problem

2011-11-22 Thread solr-ra
You should try out the autocomplete component using Solr with RankingAlgorithm. The performance is less than 3ms for a 1 million Wikipedia titles index with very low deviation. You can get more information about the performance with different indexes of size 3k, 390k, 1m, 10m docs from here

Re: Slow autocomplete(terms)

2011-09-23 Thread abhayd
yes it is possible http://www.medihack.org/2011/03/01/autocompletion-autosuggestion-using-solr/ Since i m looking into autosuggest i came across that info while doing research.. -- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-terms-performance-problem

Re: Slow autocomplete(terms)

2011-09-23 Thread Otis Gospodnetic
d... Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message - > From: roySolr > To: solr-user@lucene.apache.org > Cc: > Sent: Friday, September 23, 2011 3:15 AM > Subject: Re: Slow autocomple

Re: Slow autocomplete(terms)

2011-09-23 Thread roySolr
Thanks for helping me so far, Yes i have seen the edgeNGrams possiblity. Correct me if i'm wrong, but i thought it isn't possible to do infix searches with edgeNGrams? Like "chest" gives suggestion "manchester". -- View this message in context: http://lucene.472

Re: autocomplete with popularity

2011-09-22 Thread Otis Gospodnetic
g for Michael Jackson a lot, but a person comes and starts typing Jackso would you not want to suggest Michael Jackson?  This is not to say you can't mix in popularity or some other factors that you know you can rely on. Try the AutoComplete on http://search-lucene.com/ to see whether

Re: Slow autocomplete(terms)

2011-09-22 Thread Otis Gospodnetic
Hi Roy, Try edge ngram instead. See also: http://sematext.com/products/autocomplete/index.html (comes with a nice UI, a bunch of configurable things, etc.) Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com

<    1   2   3   4   >