Re: NPE during spell checking when result collapsing is activated and local parameters are used

2019-11-18 Thread Stefan Walter
: > > &fq={!collapse tag=collapser field=productId sort='merchantOrder asc, > price asc, id asc'} > > > > On Thu, Nov 14, 2019 at 4:54 AM Stefan Walter wrote: > > > Hi! > > > > I have an issue with Solr 7.3.1 in the spell checking

Re: NPE during spell checking when result collapsing is activated and local parameters are used

2019-11-15 Thread Tomás Fernández Löbbe
n between the same {!...}, and "{!" can only be at the beginning > > have you tried: > > &fq={!collapse tag=collapser field=productId sort='merchantOrder asc, > price asc, id asc'} > > > > On Thu, Nov 14, 2019 at 4:54 AM Stefan Walter

Re: NPE during spell checking when result collapsing is activated and local parameters are used

2019-11-15 Thread Stefan Walter
, 2019 at 4:54 AM Stefan Walter wrote: > Hi! > > I have an issue with Solr 7.3.1 in the spell checking component: > > java.lang.NullPointerException at > > org.apache.solr.search.CollapsingQParserPlugin$OrdFieldValueCollector.finish(CollapsingQParserPlugin.java:1021) > at &g

Re: NPE during spell checking when result collapsing is activated and local parameters are used

2019-11-14 Thread Tomás Fernández Löbbe
, 2019 at 4:54 AM Stefan Walter wrote: > Hi! > > I have an issue with Solr 7.3.1 in the spell checking component: > > java.lang.NullPointerException at > > org.apache.solr.search.CollapsingQParserPlugin$OrdFieldValueCollector.finish(CollapsingQParserPlugin.java:1021) > at &g

NPE during spell checking when result collapsing is activated and local parameters are used

2019-11-14 Thread Stefan Walter
Hi! I have an issue with Solr 7.3.1 in the spell checking component: java.lang.NullPointerException at org.apache.solr.search.CollapsingQParserPlugin$OrdFieldValueCollector.finish(CollapsingQParserPlugin.java:1021) at org.apache.solr.search.CollapsingQParserPlugin$OrdFieldValueCollector.finish

Re: spell checking on query

2016-11-14 Thread Emir Arnautovic
Hi Midas, You can use Solr's spellcheck component: https://cwiki.apache.org/confluence/display/solr/Spell+Checking Emir On 14.11.2016 08:37, Midas A wrote: How can we do the query time spell checking with help of solr . -- Monitoring * Alerting * Anomaly Detection * Centralize

spell checking on query

2016-11-13 Thread Midas A
How can we do the query time spell checking with help of solr .

Spell checking: What is left to the programmer?

2015-09-15 Thread Mark Fenbers
Greetings! My Java app, using SolrJ, now successfully does searches. I've used the web interface to do a full-text indexing and for each new entry added through my app, I have it add to this index. But now I want to use SolrJ to also do spell checking. I have read several documents on

Re: Spell checking the synonym list?

2015-07-10 Thread Ryan Yacyshyn
-- > From: Ryan Yacyshyn [mailto:ryan.yacys...@gmail.com] > Sent: Thursday, July 09, 2015 2:28 AM > To: solr-user@lucene.apache.org > Subject: Spell checking the synonym list? > > Hi all, > > I'm wondering if it's possible to have spell checking performed on terms in >

RE: Spell checking the synonym list?

2015-07-09 Thread Dyer, James
yacys...@gmail.com] Sent: Thursday, July 09, 2015 2:28 AM To: solr-user@lucene.apache.org Subject: Spell checking the synonym list? Hi all, I'm wondering if it's possible to have spell checking performed on terms in the synonym list? For example, let's say I have docume

RE: Spell checking the synonym list?

2015-07-09 Thread Reitzel, Charles
tomatic process. https://cwiki.apache.org/confluence/display/solr/Filter+Descriptions#FilterDescriptions-SynonymFilter -Original Message- From: Ryan Yacyshyn [mailto:ryan.yacys...@gmail.com] Sent: Thursday, July 09, 2015 3:28 AM To: solr-user@lucene.apache.org Subject: Spell checking the syno

Spell checking the synonym list?

2015-07-09 Thread Ryan Yacyshyn
Hi all, I'm wondering if it's possible to have spell checking performed on terms in the synonym list? For example, let's say I have documents with the word "lawyer" in them and I add "lawyer, attorney" in the synonyms.txt file. Then a query is made for the

How make Searching fast in spell checking

2015-02-24 Thread Nitin Solanki
Hello all, I have 49 GB of indexed data. I am doing spell checking things. I have applied ShingleFilter on both index and query part and taking 25 suggestions of each word in the query and not using collations. When I search a phrase(taken 5-6 words. Ex.- "barack obama is preside

Odd extra character duplicates in spell checking

2014-04-15 Thread Ed Smiley
Hi, I am going to make this question pretty short, so I don’t overwhelm with technical details until the end. I suspect that some folks may be seeing this issue without the particular configuration we are using. What our problem is: 1. Correctly spelled words are returning as not spelled co

Re: Search using the result returned from the spell checking component

2012-11-19 Thread Roni
l relevant results? > > > > Than I could make a second request to get all the results i need. > > > > Would that work? > > > > > > -- > If you reply to this email, your message will be added to the discussion > below: >

Re: Search using the result returned from the spell checking component

2012-11-19 Thread Walter Underwood
You can even request zero rows. That will still return the number of matches. --wunder On Nov 19, 2012, at 11:12 AM, Roni wrote: > Thank you. > > I was wondering - what if a make a first request, and ask it to return only > 1 result - will it still return the spell suggestions while avoiding t

RE: Search using the result returned from the spell checking component

2012-11-19 Thread Roni
? -- View this message in context: http://lucene.472066.n3.nabble.com/Search-using-the-result-returned-from-the-spell-checking-component-tp4021135p4021140.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Search using the result returned from the spell checking component

2012-11-19 Thread Dyer, James
2012 12:54 PM To: solr-user@lucene.apache.org Subject: Search using the result returned from the spell checking component Hi, I've successfully configured the spell check component and it works well. I couldn't find an answer to my question so any help would be much appreciated: Can

Search using the result returned from the spell checking component

2012-11-19 Thread Roni
a link to a relevant resource (I couldn't find any). -- View this message in context: http://lucene.472066.n3.nabble.com/Search-using-the-result-returned-from-the-spell-checking-component-tp4021135.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: spell checking and filtering in the same query

2012-02-09 Thread Dyer, James
kComponent does work with "fq". James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Mark Swinson [mailto:mark.swin...@bbc.co.uk] Sent: Thursday, February 09, 2012 7:38 AM To: solr-user@lucene.apache.org Subject: spell checking and filterin

spell checking and filtering in the same query

2012-02-09 Thread Mark Swinson
Background: I have an solr index containing foodtypes, chefs, and courses. This is an initial setup to test my configuration. Here is the problem I'm trying to solve : -When I query for a mispelt foodtype 'x' and filter by chef 'c' I should get a suggested list of foodtypes prepared by chef 'c'

Re: Spell Checking a multi word phrase

2011-01-17 Thread Camden Daily
The difference seems to be > they use a field that only has a couple of terms so they don't bother with > shingles. The book makes a big point about using "spellcheck.q" in this > case in order to get the analysis right. I'm not sure if this is the > solution but I

RE: Spell Checking a multi word phrase

2011-01-17 Thread Dyer, James
g "spellcheck.q" in this case in order to get the analysis right. I'm not sure if this is the solution but I thought I'd mention it. I never tried spell checking this way because it seemed very limited and possibly quite expensive. James Dyer E-Commerce Syst

Re: Spell Checking a multi word phrase

2011-01-17 Thread Camden Daily
James, Thank you, but I'm not sure that will work for my needs. I'm very interested in contextual spell checking. Take for example the author "stephenie meyer". "stephenie" is a far less popular spelling than "stephanie", but in this context it's t

RE: Spell Checking a multi word phrase

2011-01-17 Thread Dyer, James
4311 -Original Message- From: Camden Daily [mailto:cam...@jaunter.com] Sent: Monday, January 17, 2011 1:01 PM To: solr-user@lucene.apache.org Subject: Spell Checking a multi word phrase Hello all, I'm pretty new to Solr, and trying to set up a spell checker that can handle e

Re: Spell checking question from a Solr novice

2010-11-29 Thread Bill Dueber
On Mon, Oct 18, 2010 at 5:24 PM, Jason Blackerby wrote: > If you know the misspellings you could prevent them from being added to the > dictionary with a StopFilterFactory like so: > Or, you know, correct the data :-) -- Bill Dueber Library Systems Programmer University of Michigan Library

Re: Spell checking question from a Solr novice

2010-10-18 Thread Dennis Gearon
s, so you do not have to make them yourself. from 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' EARTH has a Right To Life, otherwise we all die. --- On Mon, 10/18/10, Xin Li wrote: > From: Xin Li > Subject: Spell checking question from a So

Re: Spell checking question from a Solr novice

2010-10-18 Thread Ezequiel Calderara
nerous > > > ToSs, but I haven't looked in a while. > > > > > > > > > Xin Li wrote: > > > > > >> Oops, never mind. Just read Google API policy. 1000 queries per day > > limit > > >> & for non-commercial use

Re: Spell checking question from a Solr novice

2010-10-18 Thread Jason Blackerby
ed in a while. > > > > > > Xin Li wrote: > > > >> Oops, never mind. Just read Google API policy. 1000 queries per day > limit > >> & for non-commercial use only. > >> > >> > >> -Original Message- > >> F

Re: Spell checking question from a Solr novice

2010-10-18 Thread Pradeep Singh
r day limit >> & for non-commercial use only. >> >> >> -Original Message- >> From: Xin Li Sent: Monday, October 18, 2010 3:43 PM >> To: solr-user@lucene.apache.org >> Subject: Spell checking question from a Solr novice >> >> Hi, >&

Re: Spell checking question from a Solr novice

2010-10-18 Thread Jonathan Rochkind
day limit & for non-commercial use only. -Original Message- From: Xin Li Sent: Monday, October 18, 2010 3:43 PM To: solr-user@lucene.apache.org Subject: Spell checking question from a Solr novice Hi, I am looking for a quick solution to improve a search engine's spell chec

Re: Spell checking question from a Solr novice

2010-10-18 Thread Pradeep Singh
wrote: > Hi, > > I am looking for a quick solution to improve a search engine's spell > checking performance. I was wondering if anyone tried to integrate Google > SpellCheck API with Solr search engine (if possible). Google spellcheck came > to my mind because of two reasons. Fir

RE: Spell checking question from a Solr novice

2010-10-18 Thread Xin Li
Oops, never mind. Just read Google API policy. 1000 queries per day limit & for non-commercial use only. -Original Message- From: Xin Li Sent: Monday, October 18, 2010 3:43 PM To: solr-user@lucene.apache.org Subject: Spell checking question from a Solr novice Hi, I am looking

Spell checking question from a Solr novice

2010-10-18 Thread Xin Li
Hi, I am looking for a quick solution to improve a search engine's spell checking performance. I was wondering if anyone tried to integrate Google SpellCheck API with Solr search engine (if possible). Google spellcheck came to my mind because of two reasons. First, it is costly to cle

Re: Spell checking and keyword tokenizer

2010-09-13 Thread Glen Stampoultzis
Nevermind this one... With a bit more research I discovered I can use spellcheck.q to provide the correct suggestion. On 14 September 2010 16:02, Glen Stampoultzis wrote: > Hi, > > I'm trying to spell check a whole field using a lowercasing keyword > tokenizer [1]. > > for example if I query for

Spell checking and keyword tokenizer

2010-09-13 Thread Glen Stampoultzis
Hi, I'm trying to spell check a whole field using a lowercasing keyword tokenizer [1]. for example if I query for "furntree gully" I'm hoping to get back "ferntree gully" as a suggestion. Unfortunately the spell checker seems to be recognizing this as two tokens and returning suggestions for bot

spell checking problem

2010-07-29 Thread satya swaroop
hi all, i need some help in spellchecking.i configured my solrconfig and schema by looking the usermailing list and here i give you the configuration i made.. my schema.xml:: my solrconfig.xml:::

Re: spell checking....

2010-07-26 Thread satya swaroop
This is in solrconfig.xml::: default solr.IndexBasedSpellChecker spell ./spellchecker 0.7 true true jarowinkler lowerfilt org.apache.lucene.search.spell.JaroWinklerDistance ./spellchecker

Re: spell checking....

2010-07-26 Thread Erick Erickson
It's almost impossible to analyze this kind of thing without seeing your schema and debug output. You might want to review: http://wiki.apache.org/solr/UsingMailingLists Best Erick On Mon, Jul 26, 2010 at 9:56 AM, satya swaroop wrote: > hi all, >i am a new one to solr and able to implem

spell checking....

2010-07-26 Thread satya swaroop
hi all, i am a new one to solr and able to implement indexing the documents by following the solr wiki. now i am trying to add the spellchecking. i followed the spellcheck component in wiki but not getting the suggested spellings. i first build it by spellcheck.build=true,... here i give u

Re: Spell checking not working

2009-09-17 Thread Avlesh Singh
A typo, I think is the reason ... positionIncrementGap="100"> multiValued="true"/> > In the fieldType definition the field name is "testSpell" but the field called "spell" uses a type called "textSpell". Please revert back if this is not the reason. Cheers Avlesh On Thu, Sep 17, 2009 at 7:10

Spell checking not working

2009-09-17 Thread Villemos, Gert
I'm trying to setup a spell checker but failing misserably. I would like to have a spell check based on actual values injected into the index from other fields. The configuration is shown below. After indexing and running a query with 'spellcheck.build=true' I can see that the spellcheck index fi

Re: Spell checking: Is there a way to exclude words known to be wrong?

2009-07-14 Thread Shalin Shekhar Mangar
On Tue, Jul 14, 2009 at 6:37 PM, Erik Hatcher wrote: > Use the stopwords feature with a custom mispeled_words.txt and a > StopFilterFactory on the spell check field ;) > > Very cool! :) -- Regards, Shalin Shekhar Mangar.

Re: Spell checking: Is there a way to exclude words known to be wrong?

2009-07-14 Thread Erik Hatcher
Use the stopwords feature with a custom mispeled_words.txt and a StopFilterFactory on the spell check field ;) Erik On Jul 13, 2009, at 8:27 PM, Jay Hill wrote: We're building a spell index from a field in our main index with the following configuration: textSpell default spel

Re: Spell checking: Is there a way to exclude words known to be wrong?

2009-07-13 Thread Mark Miller
I don't think there is a way currently, but it might make a nice patch. Or you could just implement a custom SolrSpellChecker - both FileBasedSpellChecker and IndexBasedSpellChecker are actually like maybe 50 lines of code or less. It would be fairly quick to just plug a custom version in as a plug

Spell checking: Is there a way to exclude words known to be wrong?

2009-07-13 Thread Jay Hill
We're building a spell index from a field in our main index with the following configuration: textSpell default spell ./spellchecker true This works great and re-builds the spelling index on commits as expected. However, we know there are misspellings in

Re: spell checking

2009-06-05 Thread Shalin Shekhar Mangar
On Thu, Jun 4, 2009 at 7:26 PM, Walter Underwood wrote: > "query suggest" --wunder > > How about DidYouMeanComponent? -- Regards, Shalin Shekhar Mangar.

Re: spell checking

2009-06-05 Thread Michael Ludwig
Walter Underwood schrieb: "query suggest" --wunder That's very good. On the other hand, I noticed how the term "spellcheck" is spread all over the place, and that would be a massive renaming orgy. An explanation at the appropriate place in the documentation is less invasive. I added two senten

Re: spell checking

2009-06-04 Thread Walter Underwood
"query suggest" --wunder On 6/4/09 1:25 AM, "Michael Ludwig" wrote: > Yao Ge schrieb: > >> Maybe we should call this "alternative search terms" or >> "suggested search terms" instead of spell checking. It is >> misleading as

Re: spell checking

2009-06-04 Thread Michael Ludwig
Yao Ge schrieb: Maybe we should call this "alternative search terms" or "suggested search terms" instead of spell checking. It is misleading as there is no right or wrong in spelling, there is only popular (term frequency?) alternatives. I had exactly the same difficulty

Re: spell checking

2009-06-02 Thread Otis Gospodnetic
ssage > From: Yao Ge > To: solr-user@lucene.apache.org > Sent: Tuesday, June 2, 2009 9:42:48 PM > Subject: Re: spell checking > > > Excellent. Now everything make sense to me. :-) > > The spell checking suggestion is the closest variance of user input that > act

Re: spell checking

2009-06-02 Thread Yao Ge
Excellent. Now everything make sense to me. :-) The spell checking suggestion is the closest variance of user input that actually existed in the main index. So called "correction" is relative the text existed indexed. So there is no need for a brute force list of all correctly spe

Re: spell checking

2009-06-02 Thread Otis Gospodnetic
> Subject: Re: spell checking > > > Sorry for not be able to get my point across. > > I know the syntax that leads to a index build for spell checking. I actually > run the command saw some additional file created in data\spellchecker1 > directory. What I don't unders

Re: spell checking

2009-06-02 Thread Yao Ge
Sorry for not be able to get my point across. I know the syntax that leads to a index build for spell checking. I actually run the command saw some additional file created in data\spellchecker1 directory. What I don't understand is what is in there as I can not trick Solr to make

Re: spell checking

2009-06-02 Thread Jeff Newburn
The spell checking dictionary should be built on startup with spellchecking is enabled in the system. First we defined the component in solrconfig.xml. Notice how it has buildOnCommit to tell it rebuild the dictionary. default solr.IndexBasedSpellChecker field

Re: spell checking

2009-06-02 Thread Otis Gospodnetic
> Sent: Tuesday, June 2, 2009 5:03:24 PM > Subject: Re: spell checking > > > Yes. I did. I was not able to grasp the concept of making spell checking > work. > For example, the wiki page says an spell check index need to be built. But > did not say how to do it. Does Solr buid

Re: spell checking

2009-06-02 Thread Yao Ge
Yes. I did. I was not able to grasp the concept of making spell checking work. For example, the wiki page says an spell check index need to be built. But did not say how to do it. Does Solr buid the index out of thin air? Or the index is buit from the main index? or index is built form a

Re: spell checking

2009-06-02 Thread Grant Ingersoll
Have you gone through: http://wiki.apache.org/solr/SpellCheckComponent On Jun 2, 2009, at 8:50 AM, Yao Ge wrote: Can someone help providing a tutorial like introduction on how to get spell-checking work in Solr. It appears many steps are requires before the spell-checkering functions can

spell checking

2009-06-02 Thread Yao Ge
Can someone help providing a tutorial like introduction on how to get spell-checking work in Solr. It appears many steps are requires before the spell-checkering functions can be used. It also appears that a dictionary (a list of correctly spelled words) is required to setup the spell checker

Re: Spell checking not returning "full" terms

2009-02-05 Thread Grant Ingersoll
On Feb 4, 2009, at 7:54 PM, Rupert Fiasco wrote: Awesome! After reading up on the links you sent me I got it all working. Thanks! FYI - I did previously come across one of the links you sent over: http://wiki.apache.org/solr/SpellCheckerRequestHandler But what threw me off is that when I s

Re: Spell checking not returning "full" terms

2009-02-04 Thread Rupert Fiasco
kenization and probably downcasing. See > http://wiki.apache.org/solr/SpellCheckComponent and > http://wiki.apache.org/solr/SpellCheckerRequestHandler for tips on how to > handle analysis for spelling. > > On Feb 4, 2009, at 2:33 PM, Rupert Fiasco wrote: > >> We are using Sol

Re: Spell checking not returning "full" terms

2009-02-04 Thread Grant Ingersoll
/solr/SpellCheckerRequestHandler for tips on how to handle analysis for spelling. On Feb 4, 2009, at 2:33 PM, Rupert Fiasco wrote: We are using Solr 1.3 and trying to get spell checking functionality. FYI, our index contains a lot of medical terms (which might or might not make a difference as they are not Engl

Spell checking not returning "full" terms

2009-02-04 Thread Rupert Fiasco
We are using Solr 1.3 and trying to get spell checking functionality. FYI, our index contains a lot of medical terms (which might or might not make a difference as they are not English-y words, if that makes any sense?) If I specify a spellcheck query of "spellcheck.q=diabtes" I get s