Re: AW: AW: auto completion search with solr using NGrams in SOLR

2014-10-01 Thread Erick Erickson
=>file name > [5] => file name (whitespace) > [6] => file name do > [7] => file name doc > [8] => file name docu (always is 14 character) > > ) > --- > when result is 14 character, it stop and show r

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2014-10-01 Thread xoku
) --- when result is 14 character, it stop and show result is file name docu. -- View this message in context: http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-tp3998559p4162063.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2014-04-08 Thread atpatil11
his message in context: http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-tp3998559p4129807.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2013-10-28 Thread anurag.sharma
4.4. Is the suggester component still works in this version -- View this message in context: http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-tp3998559p4098032.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2013-01-24 Thread Naresh
age in context: > http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-tp3998559p4035931.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards Naresh

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2013-01-24 Thread AnnaVak
this? Thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-tp3998559p4035931.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Auto completion

2013-01-18 Thread Erik Hatcher
>required="true" multiValued="false" /> >stored="true"/> >stored="true"/> >stored="true"/> >... >... >... > > > > > > ... > ... > ... >

Re: Auto completion

2013-01-11 Thread anurag.jain
... ... ... ... ... ... so please now tell me what will be JavaScript (terms.fl parameter) ? and conf/velocity/head.vm, and also the 'name' reference in suggest.vm. please reply .. and thanks for previous reply .. :-) -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-

Re: Auto completion

2013-01-10 Thread Erik Hatcher
urag.jain wrote: > Hello, > I am new solr user. i updated schema.xml and solrconfig.xml now in this link > "http://localhost:8983/solr/browse"; auto completion is not working :( . > please tell me how should i modify that file so i can do my work(auto > completion). please

Auto completion

2013-01-10 Thread anurag.jain
Hello, I am new solr user. i updated schema.xml and solrconfig.xml now in this link "http://localhost:8983/solr/browse"; auto completion is not working :( . please tell me how should i modify that file so i can do my work(auto completion). please reply urgent. thanks -- View th

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-09-25 Thread aniljayanti
1 2 1 1 1 * -- View this message in context: http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-tp3998559p4010125.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-09-06 Thread aniljayanti
e.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-tp3998559p4005812.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-09-05 Thread Ahmet Arslan
> i want to search with title and empname both. I know, I give that URL just to get the idea here. If you try suggest/?q="michael b"&df=title&defType=lucene&fl=title you will see that your interested will in results section not section. > or title or song...). Here (*suggest/?q="michael > b"&d

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-09-05 Thread aniljayanti
b ba bab bar barb be ben bi bl "michael b" I sent my schema and solrconfig xml file configurations. Please check. Aniljayanti -- View this message in context: http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-09-05 Thread Ahmet Arslan
aniljayanti wrote: > From: aniljayanti > Subject: Re: AW: AW: auto completion search with solr using NGrams in SOLR > To: solr-user@lucene.apache.org > Date: Wednesday, September 5, 2012, 7:29 AM > Hi, > > thanks, > > I m sending my whole config

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-09-04 Thread aniljayanti
ge in context: http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-tp3998559p4005490.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-09-04 Thread Kiran Jayakumar
t; * > >replacement=" " replace="all"/> >maxGramSize="15" side="front" /> > * > > * > > replacement=" " replace="all"/>

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-09-03 Thread aniljayanti
Hi, thanks, Im not able to attach asked xml files here. Can u give me ur Email id, so that i can send schema and solrconfig.xmls. Regards, AnilJayanti -- View this message in context: http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-tp3998559p4005141

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-09-01 Thread Ahmet Arslan
ester component). But in this approach (auto completion with NGrams) suggestions will be simply your search results. Remove suggester component from RequestHander. I suspect * you are not querying correct field * you are not populating that field via copyField What is your default search fie

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-31 Thread aniljayanti
Hi, Thanks, As i already used "KeywordTokenizerFactory" in my earlier posts. * * * * getting same results. AnilJayanti -- View this message in context: http://lucene.472066.n3.nabbl

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-31 Thread Kiran Jayakumar
e wht to do? > > AnilJayanti > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-tp3998559p4004605.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-30 Thread aniljayanti
) at org.apache.solr.schema.IndexSchema.access$100(IndexSchema.java:62) at ... can u tell me wht to do? AnilJayanti -- View this message in context: http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-tp3998559p4004605.html Sent from the Solr - User mailing list archiv

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-30 Thread Ahmet Arslan
> I tried with below said changes, but getting same result as > earlier. > > suggest/?q="michael ja" > --- > positionIncrementGap="100" > omitNorms="true"> >     >       class="solr.KeywordTokenizerFactory" /> >       class="solr.LowerCaseFilterFactory" /> >       class="s

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-30 Thread Kiran Jayakumar
hael jac > michael jack > michael jacks > michael jackso > michael jackson* > > > - > 10 > 8 > 10 > - > *ja > ja > jag > jam > jami > jamp > jampp > jamppa > jamppa > jamppa t* > > > michael ja > > > > > Please suggest me if anything missing? > > Regards, > > AnilJayanti > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-tp3998559p4004231.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-29 Thread aniljayanti
ackso michael jackson* - 10 8 10 - *ja ja jag jam jami jamp jampp jamppa jamppa jamppa t* michael ja Please suggest me if anything missing? Regards, AnilJayanti -- View this message in context: http://lucene.472066.n3.nabble.com/

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-29 Thread aniljayanti
gaard jagged edge jaguares jamiroquai jamppa tuominen jane olivor janis joplin janne tulkki* "michael "bully" herbig ja me tanssimme" Please Help, AnilHayanti -- View this message in context: http://lucene.472066.n3.nabble.com/auto-completi

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-29 Thread Kiran Jayakumar
ng regax in the search > text. Can u share me that one. > > Thanks, > > AnilJayanti > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-tp3998559p4003991.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-29 Thread aniljayanti
Hi, thanks for ur reply, I donot know how to remove multiple white spaces using regax in the search text. Can u share me that one. Thanks, AnilJayanti -- View this message in context: http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-in-SOLR-tp3998559p4003991

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-29 Thread Ahmet Arslan
> Hi, > > thanks, > > I tried by adding " marks,  but still giving same > results. > > http://localhost:8080/test/suggest/?q="michael f" Looking back to your field type definition, i saw that you have defined in query analyzer. Move this into index analyzer. Restart solr, re-index and su

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-28 Thread Kiran Jayakumar
michael houser > michael o'brien > michael penn > michael row your boat ashore > michael tilson thomas > michael w. smith > michael w. smith featuring andrae crouch > > > - > 10 > 8 > 9 > - > f**k the facts > fairest

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-28 Thread Ahmet Arslan
You need to use quotes in your query : http://localhost:8080/test/suggest/?q="michael f" --- On Tue, 8/28/12, aniljayanti wrote: > From: aniljayanti > Subject: Re: AW: AW: auto completion search with solr using NGrams in SOLR > To: solr-user@lucene.apache.org > Da

Re: auto completion search with solr using NGrams in SOLR

2012-08-04 Thread Jan Høydahl
. 2012, at 12:04, aniljayanti wrote: > I want to implement an auto completion search with solr using NGrams. If the > user is searching for names of employees, then auto completion should be > applied. ie., > > if types "j" then need to show the names starts with "j

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-04 Thread Ahmet Arslan
--- On Sat, 8/4/12, aniljayanti wrote: > From: aniljayanti > Subject: Re: AW: AW: auto completion search with solr using NGrams in SOLR > To: solr-user@lucene.apache.org > Date: Saturday, August 4, 2012, 8:57 AM > Hi > thanks, > > which doing searching i will searc

Re: AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-03 Thread aniljayanti
me wht are the configuration need to add/change to get the result like google search ?. for my required result which tokenizers need to use. ? can u tell me how to call a query for this?? thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/auto-completion-search-with-

AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-02 Thread Markus Klose
.com] Gesendet: Donnerstag, 2. August 2012 09:34 An: solr-user@lucene.apache.org Betreff: Re: AW: auto completion search with solr using NGrams in SOLR Hi, thanks, im searching with empname filed. want to search with both "empname" and "title". below is my changed code.

Re: AW: auto completion search with solr using NGrams in SOLR

2012-08-02 Thread aniljayanti
both. 2) am i quering correctly with above url ?? but getting result like . p*am* s*am* ra*am*a but i want the result like aman amar amal please help me in this... -- View this message in context: http://lucene.472066.n3.nabble.com/auto-completion-search-with-solr-using-NGrams-

AW: auto completion search with solr using NGrams in SOLR

2012-08-01 Thread Markus Klose
-Ursprüngliche Nachricht- Von: aniljayanti [mailto:anil.jaya...@gmail.com] Gesendet: Mittwoch, 1. August 2012 12:05 An: solr-user@lucene.apache.org Betreff: auto completion search with solr using NGrams in SOLR I want to implement an auto completion search with solr using NGrams. If the user is sear

auto completion search with solr using NGrams in SOLR

2012-08-01 Thread aniljayanti
I want to implement an auto completion search with solr using NGrams. If the user is searching for names of employees, then auto completion should be applied. ie., if types "j" then need to show the names starts with "j" if types "ja" then need to show the names

auto-completion with suggester and spellchecking

2011-05-24 Thread Jean-Claude Dauphin
Hi, I would like to get suggestions that correspond to spelling correction in case there are typing mistakes in the typed characters. I found a similar post but with no answer http://lucene.472066.n3.nabble.com/Solr-suggester-and-spell-checker-td2326907.html And I have some questions about how

Re: auto-completion preview?

2009-11-23 Thread Shalin Shekhar Mangar
On Tue, Nov 24, 2009 at 10:39 AM, Paul Libbrecht wrote: > > Hello Solr users, > > is there a live demo of the auto-completion feature somewhere? > > thanks in advance > Well, there is no preview but I can give you a couple of live instances: 1. http://auto

auto-completion preview?

2009-11-23 Thread Paul Libbrecht
Hello Solr users, is there a live demo of the auto-completion feature somewhere? thanks in advance paul