auto complete search - slow response

2019-07-22 Thread Satya Marivada
Hi All, We have solr 6.3.0 solr cloud running stable. We use an auto complete search functionality where the search is being done after 3 key strokes. Recently we ran into an issue (very slow response from solr) when one of the user hit an auto complete search by typing initial letters of week

Solr suggest, auto complete & spellcheck

2016-01-04 Thread Steven White
Hi, I'm trying to understand what are the differences between Solr suggest, auto complete & spellcheck? Isn't each a function of the UI? If not, can you provide me with links that show end-to-end example setting up Solr to get all of the 3 features? I'm on Solr 5.2. Thanks Steve

Re: Solr suggest, auto complete & spellcheck

2016-01-04 Thread Erick Erickson
I. In both cases you have to do something user-friendly with the return. Best, Erick On Mon, Jan 4, 2016 at 2:06 PM, Steven White <swhite4...@gmail.com> wrote: > Hi, > > I'm trying to understand what are the differences between Solr suggest, > auto complete & spellcheck?

Re: Solr Auto-Complete

2015-12-08 Thread Salman Ansari
ping="mapping-FoldToASCII.txt"/>* > > > >> > > > > >> > > > > >> > > > >> > generateWordParts="0" generateNumberParts="0" catenateAll="1" > > > >> > splitOnCaseChange="0" /> > > > >> > > > >> >

Re: Solr Auto-Complete

2015-12-06 Thread Alexandre Rafalovitch
> > >> > > > >> > > >> > generateWordParts="0" generateNumberParts="0" catenateAll="1" > > >> > splitOnCaseChange="0" /> > > >> > > >> > maxGramSize="20"/> > >

Re: Solr Auto-Complete

2015-12-06 Thread Andrea Gazzarini
> generateWordParts="0" generateNumberParts="0" catenateAll="1" > > splitOnCaseChange="0" /> > > > > > > > > > > 2015-12-06 9:36 GMT+01:00 Salman Ansari <salman.rah...@gmail.com>: > > > > > Hi, >

Re: Solr Auto-Complete

2015-12-06 Thread Salman Ansari
Hi, I have updated my schema.xml as mentioned in the previous posts using This does the auto-complete, but it does it at every portion of the text (not just at the beginning) (prefix

Re: Solr Auto-Complete

2015-12-06 Thread Andrea Gazzarini
com>: > Hi, > > > > I have updated my schema.xml as mentioned in the previous posts using > > > > positionIncrementGap="100"> > > > > maxGramSize="20"/> > >

Re: Solr Auto-Complete

2015-12-06 Thread Salman Ansari
" /> > > > > > 2015-12-06 9:36 GMT+01:00 Salman Ansari <salman.rah...@gmail.com>: > > > Hi, > > > > > > > > I have updated my schema.xml as mentioned in the previous posts using > > > > > > > > > positionIncrementGap="

Re: Solr Auto-Complete

2015-12-06 Thread Andrea Gazzarini
;> > *> > mapping="mapping-FoldToASCII.txt"/>* >> > >> > >> > > > generateWordParts="0" generateNumberParts="0" catenateAll="1" >> > splitOnCaseChange="0&quo

Re: Solr Auto-Complete

2015-12-06 Thread Salman Ansari
plitOnCaseChange="0" /> > >> > >> > maxGramSize="20"/> > >> > > >> > > >> > * >> > mapping="mapping-FoldToASCII.txt"/>* > >> > &g

Re: Solr Auto-Complete

2015-12-04 Thread Alexandre Rafalovitch
ut I heard "/suggest" component is the recommended way of >> doing auto-complete" >> >> This sounds fantastic :) >> We "heard" that as well, we know what the suggest component does. >> The point is that you would like to retrieve the sugg

Re: Solr Auto-Complete

2015-12-04 Thread Salman Ansari
/suggest" component is the recommended way of > doing auto-complete" > > This sounds fantastic :) > We "heard" that as well, we know what the suggest component does. > The point is that you would like to retrieve the suggestions + some > consistent payload in

Re: Solr Auto-Complete

2015-12-03 Thread Alessandro Benedetti
"Sounds good but I heard "/suggest" component is the recommended way of doing auto-complete" This sounds fantastic :) We "heard" that as well, we know what the suggest component does. The point is that you would like to retrieve the suggestions + some consiste

Re: Solr Auto-Complete

2015-12-02 Thread Salman Ansari
Sounds good but I heard "/suggest" component is the recommended way of doing auto-complete in the new versions of Solr. Something along the lines of this article https://cwiki.apache.org/confluence/display/solr/Suggester mySuggester FuzzyLookupFactory DocumentDiction

Re: Solr Auto-Complete

2015-12-02 Thread Andrea Gazzarini
> > > Cheers > > > > On 2 December 2015 at 09:41, Alan Woodward <a...@flax.co.uk> wrote: > > > > > Hi Salman, > > > > > > It sounds as though you want to do a normal search against a special > > > 'suggest' field, that's been indexed with edg

Solr Auto-Complete

2015-12-02 Thread Salman Ansari
Hi, I am looking for auto-complete in Solr but on top of just auto complete I want as well to return the data completely (not just suggestions), so I want to get back the ids, and other fields in the whole document. I tried the following 2 approaches but each had issues 1) Used the /suggest

Re: Solr Auto-Complete

2015-12-02 Thread Alan Woodward
Hi Salman, It sounds as though you want to do a normal search against a special 'suggest' field, that's been indexed with edge ngrams. Alan Woodward www.flax.co.uk On 2 Dec 2015, at 09:31, Salman Ansari wrote: > Hi, > > I am looking for auto-complete in Solr but on top of just auto

Re: Solr Auto-Complete

2015-12-02 Thread Alessandro Benedetti
> > Alan Woodward > www.flax.co.uk > > > On 2 Dec 2015, at 09:31, Salman Ansari wrote: > > > Hi, > > > > I am looking for auto-complete in Solr but on top of just auto complete I > > want as well to return the data completely (not just suggestions), so I >

Re: How to implement Auto complete, suggestion client side

2015-01-28 Thread Olivier Austina
for my Solr resources newsletter at http://www.solr-start.com/ On 26 January 2015 at 17:11, Olivier Austina olivier.aust...@gmail.com wrote: Hi All, I would say I am new to web technology. I would like to implement auto complete/suggestion in the user search box as the user type

How to implement Auto complete, suggestion client side

2015-01-26 Thread Olivier Austina
Hi All, I would say I am new to web technology. I would like to implement auto complete/suggestion in the user search box as the user type in the search box (like Google for example). I am using Solr as database. Basically I am familiar with Solr and I can formulate suggestion queries. But now

Re: How to implement Auto complete, suggestion client side

2015-01-26 Thread Alexandre Rafalovitch
technology. I would like to implement auto complete/suggestion in the user search box as the user type in the search box (like Google for example). I am using Solr as database. Basically I am familiar with Solr and I can formulate suggestion queries. But now I don't know how to implement suggestion

Re: How to implement Auto complete, suggestion client side

2015-01-26 Thread Dan Davis
. On Mon, Jan 26, 2015 at 5:11 PM, Olivier Austina olivier.aust...@gmail.com wrote: Hi All, I would say I am new to web technology. I would like to implement auto complete/suggestion in the user search box as the user type in the search box (like Google for example). I am using Solr

Re: Auto Complete

2014-08-06 Thread benjelloun
Hello thanks for the tutorial i test all schema but its not what i need. what i need is to auto complete with an autocorrection like i said before: q=gene --autocomplete genève with accent 2014-08-05 18:03 GMT+02:00 Michael Della Bitta-2 [via Lucene] ml-node+s472066n4151261...@n3.nabble.com

Re: Auto Complete

2014-08-06 Thread Michael Della Bitta
/ On Wed, Aug 6, 2014 at 10:56 AM, benjelloun anass@gmail.com wrote: Hello thanks for the tutorial i test all schema but its not what i need. what i need is to auto complete with an autocorrection like i said before: q=gene --autocomplete genève with accent 2014-08-05 18:03 GMT+02:00 Michael

Re: Auto Complete

2014-08-05 Thread benjelloun
this message in context: http://lucene.472066.n3.nabble.com/Auto-Complete-tp4150987p4150989.html Sent from the Solr - User mailing list archive at Nabble.com. -- If you reply to this email, your message will be added to the discussion below: http://lucene

Re: Auto Complete

2014-08-05 Thread Michael Della Bitta
of ASCIIFoldingFilterFactory preserveOriginal=true when i do q=genè -- autoSuggest genève but what i need to is: q=gene without accent and get this result: genève with accent -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-Complete-tp4150987p4150989

Re: Auto Complete

2014-08-05 Thread benjelloun
yeah thats true i creat this index just for auto complete here is my schema: dynamicField name=*_en type=text_en indexed=true stored=false required=false multiValued=true/ dynamicField name=*_fr type=text_fr indexed=true stored=false required=false multiValued=true/ dynamicField name=*_ar type

Re: Auto Complete

2014-08-05 Thread benjelloun
=spellcheck.collateExtendedResultstrue/str /lst arr name=components strfuzzySuggest/str /arr /requestHandler 2014-08-05 15:32 GMT+02:00 anass benjelloun anass@gmail.com: yeah thats true i creat this index just for auto complete here is my schema: dynamicField name=*_en type=text_en

Re: Auto Complete

2014-08-05 Thread Michael Della Bitta
+: plus.google.com/appinions https://plus.google.com/u/0/b/112002776285509593336/112002776285509593336/posts w: appinions.com http://www.appinions.com/ On Tue, Aug 5, 2014 at 9:32 AM, benjelloun anass@gmail.com wrote: yeah thats true i creat this index just for auto complete here is my schema

Auto Complete

2014-08-04 Thread benjelloun
Hello, I have an index which contain genève I need to do this query q=gene and get in auto complete this result : genève (e - è) I'm using StandardTokenizerFactory for field and SpellCheckComponent for searchCompenent. All solutions are welcome, Thanks, Best regards, Anass BENJELLOUN

Re: Auto Complete

2014-08-04 Thread Michael Della Bitta
an index which contain genève I need to do this query q=gene and get in auto complete this result : genève (e - è) I'm using StandardTokenizerFactory for field and SpellCheckComponent for searchCompenent. All solutions are welcome, Thanks, Best regards, Anass BENJELLOUN -- View

Re: Auto Complete

2014-08-04 Thread benjelloun
this result: genève with accent -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-Complete-tp4150987p4150989.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Auto Complete

2014-08-04 Thread Michael Della Bitta
and get this result: genève with accent -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-Complete-tp4150987p4150989.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Auto Complete

2014-08-04 Thread benjelloun
/requestHandler -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-Complete-tp4150987p4150992.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Auto Complete

2014-08-04 Thread benjelloun
if you have another configuration to can solve this problem please share it, thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-Complete-tp4150987p4151002.html Sent from the Solr - User mailing list archive at Nabble.com.

Auto complete with 50TB of data - Need your inputs?

2014-06-05 Thread bbi123
this message in context: http://lucene.472066.n3.nabble.com/Auto-complete-with-50TB-of-data-Need-your-inputs-tp4140115.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Auto complete with 50TB of data - Need your inputs?

2014-06-05 Thread Shawn Heisey
On 6/5/2014 10:55 AM, bbi123 wrote: We have a requirement to for large data set like Billing data for example. The Business wants to do sorting and type ahead functions for it. For example, when I start typing “8164…” they want to list ALL the unique number and the associated attributes

RE: Auto complete with 50TB of data - Need your inputs?

2014-06-05 Thread Toke Eskildsen
bbi123 [bbar...@gmail.com] wrote: We have a requirement to for large data set like Billing data for example. The Business wants to do sorting and type ahead functions for it. For example, when I start typing “8164…” they want to list ALL the unique number and the associated attributes

Limit the number of words in Auto complete using RE - not working

2014-01-27 Thread Developer
/ -- View this message in context: http://lucene.472066.n3.nabble.com/Limit-the-number-of-words-in-Auto-complete-using-RE-not-working-tp4113790.html Sent from the Solr - User mailing list archive at Nabble.com.

SOLR 3.6.1 auto complete sorting

2013-09-06 Thread Poornima Jay
Hi,  We had implemented Auto Complete feature in our site. Below are the solr config details. schema.xml  fieldType class=solr.TextField name=text_auto positionIncrementGap=100          analyzer type=index             filter class=solr.ASCIIFoldingFilterFactory /             tokenizer class

Re: auto-complete with typo fuzzy suggests

2013-02-13 Thread Jack Krupansky
Try the spellchecker rather than the suggester/auto-complete: http://wiki.apache.org/solr/SpellCheckComponent -- Jack Krupansky -Original Message- From: ALEX PKB Sent: Wednesday, February 13, 2013 2:34 PM To: solr-user@lucene.apache.org Subject: auto-complete with typo fuzzy

Re: Auto-complete phrase

2012-03-28 Thread Rémy Loubradou
, I am working on creating a auto-complete functionality for my field merchant_name present all over my documents. I am using the version 3.4 of Solr and I am trying to take advantage of the Suggester functionality. Unfortunately so far I didn't figure out how to make it works as I expected

Auto-complete phrase

2012-03-27 Thread Rémy Loubradou
Hello, I am working on creating a auto-complete functionality for my field merchant_name present all over my documents. I am using the version 3.4 of Solr and I am trying to take advantage of the Suggester functionality. Unfortunately so far I didn't figure out how to make it works as I expected

Re: Auto-complete phrase

2012-03-27 Thread William Bell
...@hipsnip.com wrote: Hello, I am working on creating a auto-complete functionality for my field merchant_name present all over my documents. I am using the version 3.4 of Solr and I am trying to take advantage of the Suggester functionality. Unfortunately so far I didn't figure out how to make it works

Re: phrase auto-complete with suggester component

2012-01-25 Thread O. Klein
-issues-td3262718.html#a3264740 which contains the solution to your problem. -- View this message in context: http://lucene.472066.n3.nabble.com/phrase-auto-complete-with-suggester-component-tp3685572p3685730.html Sent from the Solr - User mailing list archive at Nabble.com. -- Tommy Chheng

Re: phrase auto-complete with suggester component

2012-01-25 Thread O. Klein
. -- View this message in context: http://lucene.472066.n3.nabble.com/phrase-auto-complete-with-suggester-component-tp3685572p3689240.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: phrase auto-complete with suggester component

2012-01-25 Thread Tommy Chheng
http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/ looking very promising as an alternative. -- View this message in context: http://lucene.472066.n3.nabble.com/phrase-auto-complete-with-suggester-component-tp3685572p3689240.html Sent from the Solr - User mailing list

phrase auto-complete with suggester component

2012-01-24 Thread Tommy Chheng
I'm testing out the various auto-complete functionalities on the wikipedia dataset. I first tried the facet.prefix and found it slow at times. I'm now looking at the Suggester component. Given a query like new york, I would like to get results like New York or New York City. When I tried using

Re: phrase auto-complete with suggester component

2012-01-24 Thread O. Klein
You might wanna read http://lucene.472066.n3.nabble.com/suggester-issues-td3262718.html#a3264740 which contains the solution to your problem. -- View this message in context: http://lucene.472066.n3.nabble.com/phrase-auto-complete-with-suggester-component-tp3685572p3685730.html Sent from

Re: phrase auto-complete with suggester component

2012-01-24 Thread Tommy Chheng
#a3264740 which contains the solution to your problem. -- View this message in context: http://lucene.472066.n3.nabble.com/phrase-auto-complete-with-suggester-component-tp3685572p3685730.html Sent from the Solr - User mailing list archive at Nabble.com. -- Tommy Chheng

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2011-02-09 Thread pravin
.nabble.com/NGramFilterFactory-for-auto-complete-that-matches-the-middle-of-multi-lingual-tags-tp1619234p2459466.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-04 Thread Andy
be EdgeNGramFilterFactory can be more suitable for auto-complete task. At least it guarantees that some word is starting with that character sequence. Thanks. I agree with the issues with NGramFilterFactory you pointed out and I really want to avoid using it. But the problem is that I have Chinese tags

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-04 Thread Andy
I got your point. You want to retrieve electric吉他 with the query 吉他. That's why you don't want EdgeNGram. If this is the only reason for NGram, I think you can transform electric吉他 into two tokens electric 吉他 in TokenFilter(s) and apply EdgeNGram approach. What TokenFilters would split

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-04 Thread Ahmet Arslan
What TokenFilters would split electric吉他 into electric 吉他? Is it possible to write a regex to capture Chinese text? (Unicode range?) If yes, you can use PatternReplaceFilter to transform electric吉他 into electric_吉他. filter class=solr.PatternReplaceFilter pattern=(latin)(chineese)

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-04 Thread Ahmet Arslan
I agree with the issues with NGramFilterFactory you pointed out and I really want to avoid using it. But the problem is that I have Chinese tags like 电吉他 and multi-lingual tags like electric吉他. I got your point. You want to retrieve electric吉他 with the query 吉他. That's why you don't want

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-03 Thread Andy
--- On Sat, 10/2/10, Ahmet Arslan iori...@yahoo.com wrote: I don't understand. Many tags like electric吉他 or 古典吉他 have no whitespace at all, so how does WhitespaceTokenizer help? It makes sense for tags having more than one words. i.e. electric guitar If you tokenize this using

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-03 Thread Gert Brinkmann
On 03.10.2010 09:20, Andy wrote: NGramFilterFactory would then take that one toke (electric guitar) and generate N-grams out of it. One of the ngrams would be guit because guit is a substring of electric guitar. AFAIK it only produces prefix-strings like gui guit guita guitar etc. So that

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-03 Thread Ahmet Arslan
But I thought NGramFilterFactory would generate substrings that start in the middle, hence ensuring autocomplete matching in the middle. So in the case of electric guitar, keywordtokenizer would create one token - electric guitar NGramFilterFactory would then take that one toke (electric

RE: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-03 Thread Jonathan Rochkind
: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags? But I thought NGramFilterFactory would generate substrings that start in the middle, hence ensuring autocomplete matching in the middle. So in the case of electric guitar, keywordtokenizer would create one

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-03 Thread Robert Muir
From: Ahmet Arslan [iori...@yahoo.com] Sent: Sunday, October 03, 2010 6:26 AM To: solr-user@lucene.apache.org Subject: Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags? But I thought NGramFilterFactory would generate

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-03 Thread Dennis Gearon
, 10/3/10, Ahmet Arslan iori...@yahoo.com wrote: From: Ahmet Arslan iori...@yahoo.com Subject: Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags? To: solr-user@lucene.apache.org Date: Sunday, October 3, 2010, 3:26 AM But I thought NGramFilterFactory would

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-03 Thread Andy
iori...@yahoo.com wrote: From: Ahmet Arslan iori...@yahoo.com Subject: Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags? To: solr-user@lucene.apache.org Date: Sunday, October 3, 2010, 6:26 AM But I thought NGramFilterFactory would generate substrings

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-03 Thread Lance Norskog
at http://www.yert.com/film.php --- On Sun, 10/3/10, Ahmet Arslaniori...@yahoo.com wrote: From: Ahmet Arslaniori...@yahoo.com Subject: Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags? To: solr-user@lucene.apache.org Date: Sunday, October 3, 2010, 3:26

NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-02 Thread Andy
I working on a user-generated tagging feature. Some of the tags could be multi-lingual, mixng languages like English, Chinese, Japanese I'd like to add auto-complete to help users to enter the tags. And I'd want to match in the middle of the tags as well. For example, if a user types guit I

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-02 Thread Ahmet Arslan
For example, if a user types guit I want to suggest: guitar electric guitar 电动guitar guitar英雄 And if a user types 吉他 I want to suggest: 吉他Hero electric吉他 古典吉他 I'm thinking about using: fieldType name=autocomplete class=solr.TextField positionIncrementGap=100 analyzer

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-02 Thread Andy
--- On Sat, 10/2/10, Ahmet Arslan iori...@yahoo.com wrote: From: Ahmet Arslan iori...@yahoo.com For example, if a user types guit I want to suggest: guitar electric guitar 电动guitar guitar英雄 And if a user types 吉他 I want to suggest: 吉他Hero electric吉他 古典吉他 I'm

Re: NGramFilterFactory for auto-complete that matches the middle of multi-lingual tags?

2010-10-02 Thread Ahmet Arslan
I don't understand. Many tags like electric吉他 or 古典吉他 have no whitespace at all, so how does WhitespaceTokenizer help? It makes sense for tags having more than one words. i.e. electric guitar If you tokenize this using whitespacetokenizer, you obtain two tokens. If you use keywordtokenizer,

Multi-lingual auto-complete?

2010-09-27 Thread Andy
I want to provide auto-complete to users when they're inputting tags. The auto-complete tag suggestions would be based on tags that are already in the system. Multiple tags are separated by commas. A single tag could contain multiple words such as Apple computer. One issue is that a tag could

Re: enhancing auto complete

2010-08-09 Thread Bhavnik Gajjar
Thanks Avlesh for sharing the info. Will try it! In between, some another solution is also found http://metaoptimize.com/qa/questions/17/stemming-problems-when-writing-search-auto-complete Kind regards. On 8/4/2010 9:13 PM, Avlesh Singh wrote: I preferred to answer this question privately

Re: enhancing auto complete

2010-08-04 Thread Avlesh Singh
On Mon, Aug 2, 2010 at 8:09 PM, Bhavnik Gajjarbhavnik.gaj...@gatewaynintec.com wrote: Hi, I'm looking for a solution related to auto complete feature for one application. Below is a list of texts from which auto complete results would be populated. Lorem ipsum dolor sit amet

enhancing auto complete

2010-08-02 Thread Bhavnik Gajjar
Hi, I'm looking for a solution related to auto complete feature for one application. Below is a list of texts from which auto complete results would be populated. Lorem ipsum dolor sit amet tincidunt ut laoreet dolore eu feugiat nulla facilisis at vero eros et te feugait nulla facilisi

Re: enhancing auto complete

2010-08-02 Thread Avlesh Singh
, 2010 at 8:09 PM, Bhavnik Gajjar bhavnik.gaj...@gatewaynintec.com wrote: Hi, I'm looking for a solution related to auto complete feature for one application. Below is a list of texts from which auto complete results would be populated. Lorem ipsum dolor sit amet tincidunt ut laoreet

Re: enhancing auto complete

2010-08-02 Thread scrapy
Hi, I'm also interested of this feature... is it open source? -Original Message- From: Avlesh Singh avl...@gmail.com To: solr-user@lucene.apache.org Sent: Mon, Aug 2, 2010 5:09 pm Subject: Re: enhancing auto complete From whatever I could read in your broken table of sample

Re: enhancing auto complete

2010-08-02 Thread Avlesh Singh
...@asia.com wrote: Hi, I'm also interested of this feature... is it open source? -Original Message- From: Avlesh Singh avl...@gmail.com To: solr-user@lucene.apache.org Sent: Mon, Aug 2, 2010 5:09 pm Subject: Re: enhancing auto complete From whatever I could read in your broken

Re: enhancing auto complete

2010-08-02 Thread scrapy
Ok i'm still interested of the design -Original Message- From: Avlesh Singh avl...@gmail.com To: solr-user@lucene.apache.org Sent: Mon, Aug 2, 2010 5:20 pm Subject: Re: enhancing auto complete Hahaha ... sorry its not. And there is no readymade code that I can give you

Re: enhancing auto complete

2010-08-02 Thread Bhavnik Gajjar
...@gatewaynintec.com wrote: Hi, I'm looking for a solution related to auto complete feature for one application. Below is a list of texts from which auto complete results would be populated. Lorem ipsum dolor sit amet tincidunt ut laoreet dolore eu feugiat nulla facilisis at vero eros

Re: enhancing auto complete

2010-08-02 Thread Bhavnik Gajjar
for a solution related to auto complete feature for one application. Below is a list of texts from which auto complete results would be populated. Lorem ipsum dolor sit amet tincidunt ut laoreet dolore eu feugiat nulla facilisis at vero eros et te feugait nulla facilisi Claritas est etiam

Stemming issue on spell correction and auto complete

2010-04-21 Thread Dhanushka Samarakoon
suggestions? 2) Auto complete issue Currently I'm using the following URL for auto complete. http://lib-dev-web1.lib.campus:8983/solr/terms?terms.fl=fSpellterms.sort=indexterms.prefix=humaindent=truewt=phpomitHeader=true Then I get 'human' as the only suggestion, but I would rather get few suggestions

Re: Return one word - Auto Complete Request Handler

2009-09-15 Thread Grant Ingersoll
On Sep 14, 2009, at 2:06 PM, Mohamed Parvez wrote: I am trying configure an request handler that will be uses in the Auto Complete Query. I am limiting the result to one field by using the fl parameter, which can be used to specify field to return. How to make the field return only one

Return one word - Auto Complete Request Handler

2009-09-14 Thread Mohamed Parvez
I am trying configure an request handler that will be uses in the Auto Complete Query. I am limiting the result to one field by using the fl parameter, which can be used to specify field to return. How to make the field return only one word not full sentences. Thanks/Regards, Parvez

RE: Auto complete

2008-07-10 Thread sundar shankar
: Tue, 8 Jul 2008 23:13:57 +0530 From: [EMAIL PROTECTED] To: solr-user@lucene.apache.org Subject: Re: Auto complete He must be using a nightly build of Solr 1.3 -- I think you can consider using it as it is quite stable and close to release. On Tue, Jul 8, 2008 at 10:38 PM, sundar shankar

Re: Auto complete

2008-07-08 Thread daniel rosher
/ /analyzer /fieldType ... field name=ac type=autocomplete indexed=true stored=true required=false / Regards, Dan On Mon, 2008-07-07 at 17:12 +, sundar shankar wrote: Hi All, I am using Solr for some time and am having trouble with an auto complete feature that I have been

RE: Auto complete

2008-07-08 Thread sundar shankar
Subject: Re: Auto complete From: [EMAIL PROTECTED] To: solr-user@lucene.apache.org Date: Tue, 8 Jul 2008 11:30:31 +0100 Hi, This is how we implement our autocomplete feature, excerpt from schema.xml -First accept the input as is without alteration -Lowercase the input, and eliminate all

Re: Auto complete

2008-07-08 Thread Shalin Shekhar Mangar
EdgeNGramFilterFactory. I didnt find it in the 1.2 Solr version. Which version are you using for this. 1.3 isnt out yet rite. Is there any other production version of Solr available that I can use? Regards Sundar Subject: Re: Auto complete From: [EMAIL PROTECTED] To: solr-user@lucene.apache.org Date: Tue

Auto complete

2008-07-07 Thread sundar shankar
Hi All, I am using Solr for some time and am having trouble with an auto complete feature that I have been trying to incorporate. I am indexing solr as a database column to solr field mapping. I have tried various configs that were mentioned in the solr user community suggestions