It's really simple indeed. Solr provide the SpellCheck[1] feature that
allow you to do this.
You have only to configure the RequestHandler and the Search Component.
And of course develop a simple ui ( you can find an example in the velocity
response handler Solritas[2] .
Cheers
[1] https://cwiki.
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, 2013 at
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 implementati
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
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 two fields:
| "n
> 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/
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:/
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 archive at Nabble.c
Will I need to use Solr 1.3 with the EdgeNGramFilterFactory in order to
get the autosuggest feature?
-Original Message-
From: Chris Hostetter [mailto:[EMAIL PROTECTED]
Sent: Monday, November 12, 2007 1:05 PM
To: solr-user@lucene.apache.org
Subject: RE: Solr + autocomplete
: "
: "Error loading class 'solr.EdgeNGramFilterFactory'". For some reason
EdgeNGramFilterFactory didn't exist when Solr 1.2 was released, but the
EdgeNGramTokenizerFactory did. (the javadocs that come with each release
list all of the various factories in that release)
-Hoss
t;.
Any suggestions?
Thanks,
Mike
-Original Message-
From: Ryan McKinley [mailto:[EMAIL PROTECTED]
Sent: Monday, October 15, 2007 4:44 PM
To: solr-user@lucene.apache.org
Subject: Re: Solr + autocomplete
>
> I would imagine there is a library to set up an autocomplete search
with
Thx! I remember coming across extjs a ways back. It was very slick.
I'll give it a try.
-Original Message-
From: Bharani [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 18, 2007 5:59 AM
To: solr-user@lucene.apache.org
Subject: RE: Solr + autocomplete
You should take a look at
ley [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 15, 2007 4:44 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Solr + autocomplete
>
>>
>> I would imagine there is a library to set up an autocomplete search
> with
>> Solr. Does anyone have any suggestion
al Message-
From: Ryan McKinley [mailto:[EMAIL PROTECTED]
Sent: Monday, October 15, 2007 4:44 PM
To: solr-user@lucene.apache.org
Subject: Re: Solr + autocomplete
I would imagine there is a library to set up an autocomplete search
with
Solr. Does anyone have any suggestions? Scriptacu
rg
Subject: Re: Solr + autocomplete
>
> I would imagine there is a library to set up an autocomplete search
with
> Solr. Does anyone have any suggestions? Scriptaculous has a
JavaScript
> autocomplete library. However, the server must return an unordered
> list.
>
Solr does
I would imagine there is a library to set up an autocomplete search with
Solr. Does anyone have any suggestions? Scriptaculous has a JavaScript
autocomplete library. However, the server must return an unordered
list.
Solr does not provide an autocomplete UI, but it can return JSON that a
J
16 matches
Mail list logo