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

Re: Solr suggest, auto complete & spellcheck

2016-01-04 Thread Erick Erickson
the UI. 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 wrote: > Hi, > > I'm trying to understand what are the differences between Solr suggest, > auto complete & spellcheck? Isn't each a function

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 Auto-Complete

2015-12-08 Thread Salman Ansari
* > > >> > mapping="mapping-FoldToASCII.txt"/>* > > > >> > > > > >> > > > > >> > > > >> > generateWordParts="0" generateNumberPa

Re: Solr Auto-Complete

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

Re: Solr Auto-Complete

2015-12-06 Thread Salman Ansari
uot;/> > >> > > >> > > >> > * >> > mapping="mapping-FoldToASCII.txt"/>* > >> > > >> > > >> > >> > generateWordParts=&

Re: Solr Auto-Complete

2015-12-06 Thread Andrea Gazzarini
;> > >> > >> > > > generateWordParts="0" generateNumberParts="0" catenateAll="1" >> > splitOnCaseChange="0" /> >> > >> > >>

Re: Solr Auto-Complete

2015-12-06 Thread Andrea Gazzarini
rdParts="0" generateNumberParts="0" catenateAll="1" > > splitOnCaseChange="0" /> > > > > > > > > > > 2015-12-06 9:36 GMT+01:00 Salman Ansari : > > > > > Hi, > > > > > > > > > > > > I have updated my schema.xm

Re: Solr Auto-Complete

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

Re: Solr Auto-Complete

2015-12-06 Thread Andrea Gazzarini
> 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
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-04 Thread Alexandre Rafalovitch
eat explanations. I will > follow the path of adding edge ngrams to the field type for my use case. > > Regards, > Salman > > On Thu, Dec 3, 2015 at 12:23 PM, Alessandro Benedetti > wrote: > >> "Sounds good but I heard "/suggest" component is the recommended

Re: Solr Auto-Complete

2015-12-04 Thread Salman Ansari
he 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 different fields. > Curre

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 Andrea Gazzarini
ommended way" if the component's features meet your needs (i.e. do not reinvent the wheel) but it seems you're out of those bounds. Best, Andrea On 2 Dec 2015 21:51, "Salman Ansari" wrote: > Sounds good but I heard "/suggest" component is the recommended way o

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 Alessandro Benedetti
t; 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 > > wan

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 t

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: How to implement Auto complete, suggestion client side

2015-01-28 Thread Olivier Austina
ing similar in PHP. > > Regards, >Alex. > > Sign up for my Solr resources newsletter at http://www.solr-start.com/ > > > On 26 January 2015 at 17:11, Olivier Austina > wrote: > > Hi All, > > > > I would say I am new to web technology. > > &

Re: How to implement Auto complete, suggestion client side

2015-01-26 Thread Dan Davis
th a delay. On Mon, Jan 26, 2015 at 5:11 PM, Olivier Austina 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 >

Re: How to implement Auto complete, suggestion client side

2015-01-26 Thread Alexandre Rafalovitch
nology. > > 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&#

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: Auto Complete

2014-08-06 Thread Michael Della Bitta
;http://www.appinions.com/> On Wed, Aug 6, 2014 at 10:56 AM, benjelloun 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èv

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-

Re: Auto Complete

2014-08-05 Thread Michael Della Bitta
ons> | g+: 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 wrote: > yeah thats true i creat this index just for auto complete > her

Re: Auto Complete

2014-08-05 Thread benjelloun
gt; > > >> > > New York, NY 10017 >> > > >> > > t: @appinions <https://twitter.com/Appinions> | g+: >> > > plus.google.com/appinions >> > > < >> > > >> > >> https://plus.google.com/u/0/b/1120027762855

Re: Auto Complete

2014-08-05 Thread benjelloun
yeah thats true i creat this index just for auto complete here is my schema: the i use "suggestField" for autocomplet like i mentioned above do you have any other configuration which can do what i need ? 2014-08-05 15:19 GMT+02:00 Michael Della Bitta-2 [via Lucene]

Re: Auto Complete

2014-08-05 Thread Michael Della Bitta
ive exemple: i have document contain "genève" with accent > > > when i do q="gene" --> autoSuggest "geneve" because of > > > ASCIIFoldingFilterFactory preserveOriginal="true" > > > when i do q="genè" --> autoSuggest &qu

Re: Auto Complete

2014-08-05 Thread benjelloun
;gene" --> autoSuggest "geneve" because of > > ASCIIFoldingFilterFactory preserveOriginal="true" > > when i do q="genè" --> autoSuggest "genève" > > but what i need to is: > > q=&

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.

Re: Auto Complete

2014-08-04 Thread benjelloun
textSuggest suggests true suggestDic true 6 true 6 true suggests -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-Complete-tp4150987p4150992.html Sent

Re: Auto Complete

2014-08-04 Thread Michael Della Bitta
; 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.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Auto Complete

2014-08-04 Thread benjelloun
uggest "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.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Auto Complete

2014-08-04 Thread Michael Della Bitta
> 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

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,

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 disp

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 d

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

2014-06-05 Thread bbi123
View 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.

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

2014-01-27 Thread Developer
:* * * *Field:* *Copy Field:* -- 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

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

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
if I search on "Smi" it will match Chris Smith and also Chris > Leaf. Exactly what I want. > > > > > On Tue, Mar 27, 2012 at 11:05 AM, Rémy Loubradou wrote: > > Hello, I am working on creating a auto-complete functionality for my > field > > merchant_name p

Re: Auto-complete phrase

2012-03-27 Thread William Bell
2012 at 11:05 AM, Rémy Loubradou 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 s

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 exp

Re: phrase auto-complete with suggester component

2012-01-25 Thread Tommy Chheng
ely. >> > > Or check out this post > 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-comp

Re: phrase auto-complete with suggester component

2012-01-25 Thread O. Klein
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 archive at Nabble.com.

Re: phrase auto-complete with suggester component

2012-01-25 Thread O. Klein
t;> 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-tp3685572p36857

Re: phrase auto-complete with suggester component

2012-01-24 Thread Tommy Chheng
740 > 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-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 the

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

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
> 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

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_吉他. After that WordDelimeterFilterFactory can produce two adjacent to

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

2010-10-04 Thread Ahmet Arslan
t generally NGramFilterFactory produces a lot of tokens. I mean query er can return hermes. May be EdgeNGramFilterFactory can be more suitable for auto-complete task. At least it guarantees that some word is starting with that character sequence.

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

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

2010-10-04 Thread Andy
hat you describe in 1. > > But generally NGramFilterFactory produces a lot of tokens. > I mean query er can return hermes. May 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

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

2010-10-03 Thread Lance Norskog
at, and Crowded' Laugh at http://www.yert.com/film.php --- On Sun, 10/3/10, Ahmet Arslan wrote: From: Ahmet Arslan 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

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

2010-10-03 Thread Andy
t "Hermès" Thanks. --- On Sun, 10/3/10, Ahmet Arslan wrote: > From: Ahmet Arslan > 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 t

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

2010-10-03 Thread Dennis Gearon
yert.com/film.php --- On Sun, 10/3/10, Ahmet Arslan wrote: > From: Ahmet Arslan > 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 tho

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

2010-10-03 Thread Robert Muir
documentation when I come accross it. > > Jonahtan > > 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 > o

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

2010-10-03 Thread Jonathan Rochkind
@lucene.apache.org Subject: Re: 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 i

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 t

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

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 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 whi

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 keywordtok

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 wrote: > From: 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吉他" > > "古典吉他" > > > > >

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: > > positionIncrementGap="100"> > >     class="solr.KeywordToke

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 type

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 issu

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 privat

Re: enhancing auto complete

2010-08-04 Thread Avlesh Singh
: > > > From whatever I could read in your broken table of sample use cases, I think > > > you are looking for something similar to what has been done here > -http://askme.in; if this is what you are looking do let me know. > > Cheers > Avlesh > @avlesh<http://tw

Re: enhancing auto complete

2010-08-02 Thread Bhavnik Gajjar
Cheers >> Avlesh >> @avlesh<http://twitter.com/avlesh> | http://webklipper.com >> >> On Mon, Aug 2, 2010 at 8:09 PM, Bhavnik Gajjar< >> bhavnik.gaj...@gatewaynintec.com> wrote: >> >> >> >>> Hi, >>> >>&g

Re: enhancing auto complete

2010-08-02 Thread Bhavnik Gajjar
g 2, 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 resul

Re: enhancing auto complete

2010-08-02 Thread scrapy
Ok i'm still interested of the design -Original Message- From: Avlesh Singh 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 either. But ye

Re: enhancing auto complete

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

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 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 use

Re: enhancing auto complete

2010-08-02 Thread Avlesh Singh
Mon, Aug 2, 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. &

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 fac

Stemming issue on spell correction and auto complete

2010-04-21 Thread Dhanushka Samarakoon
l/?q=humanites&spellcheck=true&spellcheck.collate=true It seems like if I change the type of 'fSpell' to 'string' the query would not work. Any suggestions? 2) Auto complete issue Currently I'm using the following URL for auto complete. http://lib-dev-web1.lib.campu

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 retur

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
ate: 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

RE: Auto complete

2008-07-08 Thread sundar shankar
Thanks Shalin. > Date: 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 clos

Re: Auto complete

2008-07-08 Thread Shalin Shekhar Mangar
hat you have > 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 compl

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 wit

Re: Auto complete

2008-07-08 Thread daniel rosher
, 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 trying to incorporate. I am indexing solr > as a database column to solr field mapping. I have t

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