Re: Spell check with data from database and not from english dictionary

2020-02-24 Thread Paras Lehana
Just asking here. What are community's experiences regarding using spellcheck with external file against Synonym filter for exact matches? On Wed, 29 Jan 2020 at 17:28, seeteshh wrote: > Hello Jan > > Let me work on your suggestions too. > > Also I had one query > >

Re: Need help in configuring Spell check in Apache Solr 8.4

2020-02-05 Thread kumar gaurav
HI Seetesh For IndexBasedSpellchecker default distanceMeasure is LevensteinDistance itself . Thats why it is commented in the Reference Guide regards Kumar Gaurav On Tue, Jan 28, 2020 at 1:01 PM seeteshh wrote: > Hello Kumar Gaurav > > For IndexBasedSpellchecker is there a better option of us

Re: Spell check with data from database and not from english dictionary

2020-01-29 Thread seeteshh
Hello Jan Let me work on your suggestions too. Also I had one query While working on the spell check component, I dont any suggestion for the incorrect word typed example : In spellcheck.q, I type "Teh" instead of "The" or "saa" instead of "sea&qu

Re: Spell check with data from database and not from english dictionary

2020-01-28 Thread Jan Høydahl
You could create a job in your application that generates a new spellcheck dictionary from DB every day and upload it to Zookeeper, then calling RELOAD on the collection(s). Or you could start investigating a ManagedSpellchecker implementation of the spellcheck component that exposes a REST API

Re: Need help in configuring Spell check in Apache Solr 8.4

2020-01-27 Thread seeteshh
My searchComponent is as follows text_general default name solr.DirectSolrSpellChecker internal 0.5 2 1 5 4 0.01 wordbreak solr.WordBreakSolrSpellChecker name

Re: Spell check with data from database and not from english dictionary

2020-01-27 Thread seeteshh
Hello Alessandra Thanks for your post. Thats what I am concerned about generating a file or reindexing as the data in the database will keep on changing (adding or updating). Can you share any links where it is configurable on Solr 8.4? Regards, Seetesh Hindlekar - Seetesh Hindlekar --

Re: Need help in configuring Spell check in Apache Solr 8.4

2020-01-27 Thread seeteshh
Hello Kumar Gaurav For IndexBasedSpellchecker is there a better option of using org.apache.lucene.search.spell.LevensteinDistance as this is not valid in Solr 8.4 This line seems to be commented in the Reference Guide Regards, Seetesh Hindlekar - Seetesh Hindlekar -- Sent from: https://l

Re: Spell check with data from database and not from english dictionary

2020-01-23 Thread Alessandro Benedetti
t; Hello all, > > Can the spell check feature be configured with words/data fetched from a > database and not from the English dictionary? > > Regards, > > Seetesh Hindlekar > > > > - > Seetesh Hindlekar > -- > Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html >

Spell check with data from database and not from english dictionary

2020-01-22 Thread seeteshh
Hello all, Can the spell check feature be configured with words/data fetched from a database and not from the English dictionary? Regards, Seetesh Hindlekar - Seetesh Hindlekar -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Need help in configuring Spell check in Apache Solr 8.4

2020-01-21 Thread kumar gaurav
Can you share spellcheck component and handler which you have used ? On Mon, Jan 20, 2020 at 3:35 PM seeteshh wrote: > Hello all, > > I am not able to check and test the spell check feature in Apache solr 8.4 > > Tried multiple examples including > > > https://ex

Need help in configuring Spell check in Apache Solr 8.4

2020-01-20 Thread seeteshh
Hello all, I am not able to check and test the spell check feature in Apache solr 8.4 Tried multiple examples including https://examples.javacodegeeks.com/enterprise-java/apache-solr/solr-spellcheck-example/ However I am not getting any results Regards, Seetesh Hindlekar -- Sent from

Spell check support for CJK?

2019-03-28 Thread Naresh Devnani
Hello, This is probably a basic question, but I can't find any definitive answer. Does CJK (Chinese, Japanese or Korean language analyzer/tokenizer) support spell-check or did-you-mean functionality? I can get Latin languages working fine for spell check, but not CJK. Basic search is wo

Re: Solr Spell Check not giving results back

2019-03-26 Thread Zheng Lin Edwin Yeo
fig stuff I've set up trying > to implement spell check? I'm not getting anything back for misspellings of > words and can't tell what has gone wrong. > > query: > > http://localhost:8983/solr/myCore/select?spellcheck.build=true&wt=json&indent=on&hl=true&am

Solr Spell Check not giving results back

2019-03-25 Thread Deoxyribonucleic_DNA ...
Hi could some one take look at the scheme/config stuff I've set up trying to implement spell check? I'm not getting anything back for misspellings of words and can't tell what has gone wrong. query: http://localhost:8983/solr/myCore/select?spellcheck.build=true&wt=jso

Re: solr spell check index dictionary build failed issue

2018-02-13 Thread Alessandro Benedetti
Shooting in the dark it seems that 2 processes are trying to write the same disk directory. Is this directory shared by different Solr cores or Solr instances ? If you contribute the configuration from the solrconfig we may be able to help. - --- Alessandro Benedetti Search Cons

solr spell check index dictionary build failed issue

2018-02-12 Thread Krishna Kumar Sharma
Hell I have issue on building of spell check index dictionary showing error as like ERROR undefined SpellCheckComponent Exception in building spell check index for spellchecker: indexD org.apache.lucene.store.LockObtainFailedException: Lock held by this virtual machine: /var/lib/solr/data

Re: spell-check does not return collations when using search query with filter

2017-10-19 Thread Arnold Bronley
Let me know if I should open a JIRA issue for this. Thanks. On Tue, Oct 17, 2017 at 10:40 AM, Arnold Bronley wrote: > I tried spellcheck.q=polt and q=tag:polt. I get collations, but they are > only for polt and not tag:polt. Because of that, the hits that I get back > are for frequency of plot a

Re: spell-check does not return collations when using search query with filter

2017-10-17 Thread Arnold Bronley
I tried spellcheck.q=polt and q=tag:polt. I get collations, but they are only for polt and not tag:polt. Because of that, the hits that I get back are for frequency of plot and not frequency of tag:plot { "responseHeader": { "status": 0, "QTime": 20, "params": { "spellcheck.col

Re: spell-check does not return collations when using search query with filter

2017-10-17 Thread alessandro.benedetti
But you used : "spellcheck.q": "tag:polt", Instead of : "spellcheck.q": "polt", Regards - --- Alessandro Benedetti Search Consultant, R&D Software Engineer, Director Sease Ltd. - www.sease.io -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: spell-check does not return collations when using search query with filter

2017-10-16 Thread Arnold Bronley
With q instead of spellcheck.q I get following response: { "responseHeader": { "status": 0, "QTime": 23, "params": { "q": "tag:polt", "spellcheck.collateExtendedResults": "true", "indent": "true", "spellcheck": "true", "spellcheck.accuracy": "0.72",

Re: spell-check does not return collations when using search query with filter

2017-10-16 Thread Arnold Bronley
with spellcheck.q I don't get anything back at all. { "responseHeader": { "status": 0, "QTime": 10, "params": { "spellcheck.collateExtendedResults": "true", "spellcheck.q": "tag:polt", "indent": "true", "spellcheck": "true", "spellcheck.accuracy": "0.72"

Re: spell-check does not return collations when using search query with filter

2017-10-16 Thread alessandro.benedetti
Interesting, what happens when you pass it as spellcheck.q=polt ? What is the behavior you get ? - --- Alessandro Benedetti Search Consultant, R&D Software Engineer, Director Sease Ltd. - www.sease.io -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: spell-check does not return collations when using search query with filter

2017-10-14 Thread Arnold Bronley
Thanks for replying. I tried spellcheck.q=polt and it does not help. Here is how the query looks like: http://solr:8983/solr/myapp/select?q=tag:polt&wt=json&indent=true&spellcheck=true&spellcheck.count=7&spellcheck.onlyMorePopular=true&spellcheck.extendedResults=true&spellcheck.collate=true&spell

Re: spell-check does not return collations when using search query with filter

2017-10-09 Thread alessandro.benedetti
Does spellcheck.q=polt help ? How your queries normally look ? How would you like the collation to be returned ? - --- Alessandro Benedetti Search Consultant, R&D Software Engineer, Director Sease Ltd. - www.sease.io -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472

spell-check does not return collations when using search query with filter

2017-10-06 Thread Arnold Bronley
When 'polt' is passed as keyword, both suggestions and collations parameters are returned. But if I pass 'tag:polt' as search query then only suggestions parameter is returned. Is this a bug?

origFreq/freq ratio for filtering spell-check suggestions

2017-09-07 Thread Arnold Bronley
Hi Solr users, I can see there are some parameters that can help in controlling the trigger condition for spellcheck mechanism or filter the spell suggestions like maxQueryFrequency or thresholdTokenFrequency. I could not find a parameter that will filter the suggestions based on (origFreq/freq) r

Re: Spell check suggestions because of case

2016-07-05 Thread Kalpana
necessary filters in both analyzers, index and query. Thanks again Kalpana -- View this message in context: http://lucene.472066.n3.nabble.com/Spell-check-suggestions-because-of-case-tp4285027p4285709.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Spell check suggestions because of case

2016-07-04 Thread Alessandro Benedetti
ignoreCase="true" > words="stopwords.txt"/> > class="solr.StandardFilterFactory"/> > class="solr.LowerCaseFilterFactory" /> > class="solr.R

Spell check suggestions because of case

2016-06-29 Thread Kalpana
: http://lucene.472066.n3.nabble.com/Spell-check-suggestions-because-of-case-tp4285027.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: using spell check on phrases

2016-06-10 Thread Dyer, James
isplay/solr/Spell+Checking for more information. James Dyer Ingram Content Group -Original Message- From: kaveh minooie [mailto:ka...@plutoz.com] Sent: Monday, June 06, 2016 8:19 PM To: solr-user@lucene.apache.org Subject: using spell check on phrases Hi everyone I am using solr 6 a

using spell check on phrases

2016-06-06 Thread kaveh minooie
Hi everyone I am using solr 6 and DirectSolrSpellChecker, and edismax parser. the problem that I am having is that when the query is a phrase, every single word in the phrase need to be misspelled for the spell checker to gets activated and gives suggestions. if only one of the word is misspe

File based spell check with weights

2016-04-08 Thread Peter Lee
orkaround if you have some experience with it. I'm guessing that the only way to do this is to dive into the File based spell check dictionary code and then clone/modify what is there. I was just wondering if I was missing something or if someone was aware of a quicker way to scale this tech

Re: logical steps to configuring file-based spell-check

2015-11-04 Thread Alessandro Benedetti
Hi Mark, it should be that simple. Just download the solr you want ( 5.3.0 for example is fine). Use this as a baseline : /Users/alessandro/Downloads/solr-5.3.1/server/solr/configsets/sample_techproducts_configs/conf Please report any weird behaviour. Cheers On 1 November 2015 at 16:03, Mark Fe

logical steps to configuring file-based spell-check

2015-11-01 Thread Mark Fenbers
Greetings! I want my spell-checker to be based on a file (/usr/share/dict/linux.words should suffice). Word-breaks features would also be a benefit. I have previously indexed my docs for searching with minimal alterations to the baseline Solr configuration. My "docs" are user-typed text, t

Re: Spell Check and Privacy

2015-10-13 Thread Alessandro Benedetti
e". Use the extended collation > > results for this information and not the first section of the spellcheck > > results. > > > > This is all fairly well-documented on the old solr wiki: > > https://wiki.apache.org/solr/SpellCheckComponent#spellcheck.collate > > > >

Re: Spell Check and Privacy

2015-10-12 Thread Susheel Kumar
https://wiki.apache.org/solr/SpellCheckComponent#spellcheck.collate > > James Dyer > Ingram Content Group > > -Original Message----- > From: Arnon Yogev [mailto:arn...@il.ibm.com] > Sent: Monday, October 12, 2015 2:33 AM > To: solr-user@lucene.apache.org > Subject: Spel

RE: Spell Check and Privacy

2015-10-12 Thread Dyer, James
y well-documented on the old solr wiki: https://wiki.apache.org/solr/SpellCheckComponent#spellcheck.collate James Dyer Ingram Content Group -Original Message- From: Arnon Yogev [mailto:arn...@il.ibm.com] Sent: Monday, October 12, 2015 2:33 AM To: solr-user@lucene.apache.org Subject: Spell

Spell Check and Privacy

2015-10-12 Thread Arnon Yogev
Hi, Our system supports many users from different organizations and with different ACLs. We consider adding a spell check ("did you mean") functionality using DirectSolrSpellChecker. However, a privacy concern was raised, as this might lead to private information being revealed bet

RE: String index out of range exception from Spell check

2015-09-28 Thread Dyer, James
davidphilip cherian [mailto:davidphilipcher...@gmail.com] Sent: Sunday, September 27, 2015 3:50 PM To: solr-user@lucene.apache.org Subject: String index out of range exception from Spell check There are irregular exceptions from spell check component. Below is the stack trace. This is not common for all

String index out of range exception from Spell check

2015-09-27 Thread davidphilip cherian
There are irregular exceptions from spell check component. Below is the stack trace. This is not common for all the q terms but have often seen them occurring for specific queries after enabling spellcheck.collate method. String index out of range: -3

RE: Solr spell check not showing any suggestions for other language

2015-08-06 Thread talha
Same results :( . Used following query http://localhost:8983/solr/product_live/select?q=%E0%A6%B8%E0%A6%B9%E0%A6%97&wt=json&indent=true&spellcheck=true&spellcheck.q=%E0%A6%B8%E0%A6%B9%E0%A6%97 -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-spell-c

RE: Solr spell check not showing any suggestions for other language

2015-08-05 Thread Dyer, James
Talha, Can you try putting your queried keyword in "spellcheck.q" ? James Dyer Ingram Content Group -Original Message- From: talha [mailto:talh...@gmail.com] Sent: Wednesday, August 05, 2015 10:13 AM To: solr-user@lucene.apache.org Subject: RE: Solr spell check not s

RE: Solr spell check not showing any suggestions for other language

2015-08-05 Thread talha
changed last letter and Solr response is 0 7 সহগ true 0 xml 1438787208052 false -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-spell-check-not-showing-any-suggestions-for-other-language-tp4220950p4221033.html Sent from the

RE: Solr spell check not showing any suggestions for other language

2015-08-05 Thread Dyer, James
m Content Group -Original Message- From: talha [mailto:talh...@gmail.com] Sent: Wednesday, August 05, 2015 5:20 AM To: solr-user@lucene.apache.org Subject: Solr spell check not showing any suggestions for other language Solr spell check is not showing any suggestions for other language.

Solr spell check not showing any suggestions for other language

2015-08-05 Thread talha
Solr spell check is not showing any suggestions for other language.I have indexed mutli-languages (english and bangla) in same core.It's showing suggestions for wrongly spelt english word but in case of wrongly spelt bangla word it showing "correctlySpelled = false" but not showing

RE: Solr spell check mutliwords

2015-07-30 Thread Dyer, James
on. James Dyer Ingram Content Group -Original Message- From: talha [mailto:talh...@gmail.com] Sent: Wednesday, July 22, 2015 9:34 AM To: solr-user@lucene.apache.org Subject: Solr spell check mutliwords Could not figure out actual reason why my configured Solr spell checker not giving des

Solr spell check mutliwords

2015-07-22 Thread talha
In last two quries it should suggest something for miss-spelled word "simphony" and "mbile" Please find my configuration below. Only spell check configuration are given solrconfig.xml explicit 10 product_

Re: Spell Check for Multiple Words

2014-10-24 Thread Bob Laferriere
ve > a title field with content as "Indefinite and fictitious large numbers" and > user searched for "larg numberr", in that case, I wanted to obtain "large > number" as suggestion from spell check suggestions. Could you please tell > me what should be the co

Spell Check for Multiple Words

2014-10-24 Thread David Philip
Hi, I am trying to obtain multi-word spellcheck suggestions. For eg., I have a title field with content as "Indefinite and fictitious large numbers" and user searched for "larg numberr", in that case, I wanted to obtain "large number" as suggestion from spel

Re: Business Name spell check

2014-08-31 Thread Benson Margulies
Trying to shoehorn business name resolution or correction purely into Solr tokenization and spell checking is not, in my opinion, a viable approach. It seems to me that you need a query parser that does something very different from pure tokenization, and you might also need a more complex approach

Re: Business Name spell check

2014-08-31 Thread Vivek Pathak
Can you write your own spell check class and use something like edit distance to get the desired result Sent from my iPhone > On Aug 27, 2014, at 9:55 AM, Corey Gerhardt > wrote: > > Sorry to keep beating this to death. I could be looking for perfection which > isn'

Business Name spell check

2014-08-27 Thread Corey Gerhardt
Sorry to keep beating this to death. I could be looking for perfection which isn't possible. I'm trying to spell check the user term "C Wishes" to collate to "B Wishes". If I use a tokenizer on the spell check field which splits "c wishes" into 2 tok

RE: Spell check collation

2014-08-14 Thread Dyer, James
James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Corey Gerhardt [mailto:corey.gerha...@directwest.com] Sent: Thursday, August 14, 2014 12:18 PM To: Solr User List Subject: Spell check collation Solr 4.6 Current settings for my handler: edismax 5

Spell check collation

2014-08-14 Thread Corey Gerhardt
ng: h G's collision centre hoping for a spell check suggestion of: J G's collision centre But there are no suggestions. Is there is term length limitation to spellchecking? Thanks, Corey

RE: Spell check [or] Did you mean this with Phrase suggestion

2014-06-02 Thread Vanitha
sired results. -- View this message in context: http://lucene.472066.n3.nabble.com/Spell-check-or-Did-you-mean-this-with-Phrase-suggestion-tp4135547p4139264.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Spell check [or] Did you mean this with Phrase suggestion

2014-06-02 Thread Vanitha
No collate is working as expected, Please help. It is more like spell checking with Infix suggester. -- View this message in context: http://lucene.472066.n3.nabble.com/Spell-check-or-Did-you-mean-this-with-Phrase-suggestion-tp4135547p4139260.html Sent from the Solr - User mailing list archive

RE: Spell check [or] Did you mean this with Phrase suggestion

2014-05-16 Thread Dyer, James
. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: vanitha venkatachalam [mailto:venkatachalam.vani...@gmail.com] Sent: Thursday, May 08, 2014 4:14 AM To: solr-user@lucene.apache.org Subject: Spell check [or] Did you mean this with Phrase suggestion Hi, We need a s

Spell check [or] Did you mean this with Phrase suggestion

2014-05-12 Thread vanitha venkatachalam
Hi, We need a spell check component that suggest actual full phrase not just words. Say, we have list of brands : "Nike corporation", "Samsung electronics" , when I search for "tamsong", I like to get suggestions as "samsung electronics" ( full phrase )

Re: How to config SOLR server for spell check functionality

2013-09-06 Thread Shalin Shekhar Mangar
On Wed, Sep 4, 2013 at 4:56 PM, sebastian.manolescu wrote: > I want to implement spell check functionality offerd by solr using MySql > database, but I dont understand how. > Here the basic flow of what I want to do. > > I have a simple inputText (in jsf) and if I type the word sh

How to config SOLR server for spell check functionality

2013-09-04 Thread sebastian.manolescu
I want to implement spell check functionality offerd by solr using MySql database, but I dont understand how. Here the basic flow of what I want to do. I have a simple inputText (in jsf) and if I type the word shwo the response to OutputLabel should be show. First of all I'm using the foll

Re: Spell check SOLR 3.6.1 not working for numbers

2013-07-26 Thread Jack Krupansky
Query converter is a plugin if the app has special requirements. -- Jack Krupansky -Original Message- From: Dyer, James Sent: Friday, July 26, 2013 11:33 AM To: solr-user@lucene.apache.org Subject: RE: Spell check SOLR 3.6.1 not working for numbers That makes sense because the Query

RE: Spell check SOLR 3.6.1 not working for numbers

2013-07-26 Thread Dyer, James
: solr-user@lucene.apache.org Subject: Re: Spell check SOLR 3.6.1 not working for numbers Hi James, Thanks for you reply. I got it worked and below was my old query.   http://localhost:8080/solr_3.6.1_spellcheck/test_spellcheck/spellcheck?q=8956632541&spellcheck=true now I changed the

Re: Spell check SOLR 3.6.1 not working for numbers

2013-07-26 Thread Poornima Jay
5415 Regards, Poornima From: "Dyer, James" To: "solr-user@lucene.apache.org" Sent: Thursday, 25 July 2013 9:03 PM Subject: RE: Spell check SOLR 3.6.1 not working for numbers I think the default SpellingQueryConverter has a hard time with ter

RE: Spell check SOLR 3.6.1 not working for numbers

2013-07-25 Thread Dyer, James
ntent Group (615) 213-4311 -Original Message- From: Poornima Jay [mailto:poornima...@rocketmail.com] Sent: Thursday, July 25, 2013 5:00 AM To: solr-user Subject: Spell check SOLR 3.6.1 not working for numbers Hi, I using SOLR 3.6.1 and implemented spellcheck. I found that the numbers i

Spell check SOLR 3.6.1 not working for numbers

2013-07-25 Thread Poornima Jay
Hi, I using SOLR 3.6.1 and implemented spellcheck. I found that the numbers in the spellcheck query does not return any results. Below is my solrconfig.xml and schema.xml details. Please any one let me know what needs to be done in order to get the spell check for numbers. solrConfig

RE: Use same spell check dictionary across different collections

2013-07-23 Thread Dyer, James
ssage- From: smanad [mailto:sma...@gmail.com] Sent: Monday, July 22, 2013 5:55 PM To: solr-user@lucene.apache.org Subject: Use same spell check dictionary across different collections I have 2 collections, lets say coll1 and coll2. I configured solr.DirectSolrSpellChecker in coll1 solrconfi

Use same spell check dictionary across different collections

2013-07-22 Thread smanad
I have 2 collections, lets say coll1 and coll2. I configured solr.DirectSolrSpellChecker in coll1 solrconfig.xml and works fine. Now, I want to configure coll2 solrconfig.xml to use SAME spell check dictionary index created above. (I do not want coll2 prepare its own dictionary index but just

RE: Question about weighted spell check

2013-07-05 Thread Dyer, James
sibly in your case though that is what you want. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Nikolas Everett [mailto:nik9...@gmail.com] Sent: Wednesday, July 03, 2013 3:57 PM To: solr-user@lucene.apache.org Subject: Question about weighted spell check It

Question about weighted spell check

2013-07-03 Thread Nikolas Everett
It looks like spellcheck's collations feature is implemented using hit counts but I'm wondering if it'd be useful/possible to be able to sort by the maximum score as it would have been calculated by the query. I'm really thinking about the case when one of the spelling suggestions yields a perfect

Re: Spell check in SOLR

2013-07-02 Thread Shalin Shekhar Mangar
See http://wiki.apache.org/solr/SpellCheckComponent On Tue, Jul 2, 2013 at 4:14 PM, Prathik Puthran wrote: > Hi, > > How can i configure SOLR to provide corrections for misspelled words. If > the query string is in dictionary SOLR should not return any suggestions. > But if the query string is no

Spell check in SOLR

2013-07-02 Thread Prathik Puthran
Hi, How can i configure SOLR to provide corrections for misspelled words. If the query string is in dictionary SOLR should not return any suggestions. But if the query string is not in dictionary SOLR should return all possible corrected words in the dictionary which most likely could be the query

Re: Auto-Suggest, spell check dictionary replication to slave issue

2013-06-06 Thread bbarani
Seems like this feature is still yet to be implemented.. https://issues.apache.org/jira/browse/SOLR-866 -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-Suggest-spell-check-dictionary-replication-to-slave-issue-tp4068562p4068739.html Sent from the Solr - User mailing

Auto-Suggest, spell check dictionary replication to slave issue

2013-06-06 Thread msreddy.hi
Hi All, We create 2 dictionary's from a indexed field for auto-sugest, spell check feature. When we configured replication from master to slave's index is replicating properly but not the auto-suggest, spell check dictionary's. Is there a way to replicate auto-suggest, spell c

RE: Spell check component does not return any suggestions

2013-04-04 Thread Dyer, James
solr-user@lucene.apache.org Subject: Re: Spell check component does not return any suggestions I tried to add spellcheck.alternativeTermCount=5 but still no suggestion has been found. -- View this message in context: http://lucene.472066.n3.nabble.com/Spell-check-component-does-not-return-any

Re: Spell check component does not return any suggestions

2013-04-04 Thread vsl
I tried to add spellcheck.alternativeTermCount=5 but still no suggestion has been found. -- View this message in context: http://lucene.472066.n3.nabble.com/Spell-check-component-does-not-return-any-suggestions-tp4053757p4053772.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Spell check component does not return any suggestions

2013-04-04 Thread Eoghan Ó Carragáin
-2585 https://issues.apache.org/jira/browse/LUCENE-3436 All the best, Eoghan On 4 April 2013 11:01, vsl wrote: > Hi, > > I configured index-based spell check component and unexpected problem > occurs. > > *CASE 1: * > I added two documents with following content: > 1. handb

Spell check component does not return any suggestions

2013-04-04 Thread vsl
Hi, I configured index-based spell check component and unexpected problem occurs. *CASE 1: * I added two documents with following content: 1. handbuch 2. hanbuch The suggestions are returned for both terms: e.g. handbuch -> hanbuch and hanbuch-> handbuch. Comment: Works as expected. *

RE: Spell Check is not working properly

2012-12-17 Thread Dyer, James
- From: Dixline [mailto:dixli...@gmail.com] Sent: Monday, December 17, 2012 11:07 AM To: solr-user@lucene.apache.org Subject: Spell Check is not working properly When i try spell check with query parameter q=testtt it is returning the results properly but when i try with q=tett i'm not ge

Spell Check is not working properly

2012-12-17 Thread Dixline
When i try spell check with query parameter q=testtt it is returning the results properly but when i try with q=tett i'm not getting any suggestions. The correct value is test. Why does spell check work properly for certain query where it fails in certain cases? Is there any format fo

Confused with suggestion / collate suggest - spell check component

2012-08-13 Thread bbarani
Hi, I am trying to figure out if this is the expected behaviour of spell check component. (when using collate=true) I am searching for keyword 'high tet', the suggester returns expected result 'test' but I expected the collated results to return 'high test' (correc

How to configure Spell check component in SOLR 3.6.1

2012-08-13 Thread bbarani
Hi, I am trying to configure spell check component in SOLR. I just want to confirm if I am on right path I have a text field - field name: name_spell (with no analyzers, uses solr.TextField field type). This field will be used for building terms for spell check. I have copied necessary data

Help with Solr File Based spell check

2012-06-20 Thread Sanjay Dua - Network
Hi, We are trying to implement file based search in our application using Solr 1.4. This is the code we have written - - default solr.Fi

spell check - preserve case in suggestions

2012-02-06 Thread Satish Kumar
Hi, Say that the field name has the following terms: Giants Manning New York When someone searches for "gants" or "Gants", I need the suggestion to be returned as "Giants" (capital G - same case as in the content that was indexed). Using lowercase filter in both index and query analyzers I get

can't use distributed spell check

2011-08-19 Thread Li Li
hi all, I tested it following the instructions in http://wiki.apache.org/solr/SpellCheckComponent. but it seems something wrong. the sample url in the wiki is http://solr:8983/solr/select?q=*:*&spellcheck=true&spellcheck.build=true&spellcheck.q=toyata&qt=spell&shards.qt=spell&shards=solr-

Re: Spell Check

2011-08-08 Thread tamanjit.bin...@yahoo.co.in
ould anyone explain this phenomenon? -- View this message in context: http://lucene.472066.n3.nabble.com/Spell-Check-tp3218037p3234779.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Spell Check

2011-08-02 Thread Dyer, James
The most likely problem is forgetting to specify "spellcheck.build=true" on the first query since the last restart. This builds the spell check dictionary used by the IndexBasedSpellChecker. You should put this in a warming query or alternatively, specify build-on-commit or build-o

Re: Solr -File Based Spell Check and Read .cfs file generated

2010-12-06 Thread rajini maski
Anyone know abt it? how to extract the dictionary generated by default.? How do i read this .cfs files generated in index folder.. Awaiting reply On Mon, Dec 6, 2010 at 7:54 PM, rajini maski wrote: > Yeah.. I wanna use this Spell-check only.. I want to create myself the > dict

Re: Solr -File Based Spell Check

2010-12-06 Thread rajini maski
Yeah.. I wanna use this Spell-check only.. I want to create myself the dictionary.. And give it as input to solr.. Because my indexes also have mis-spelled content and so I want solr to refer this file and not autogenrated. How do i get this done? I will try the spell check as suggested by

Re: Solr -File Based Spell Check

2010-12-06 Thread Erick Erickson
Are you sure you want spellcheck/autosuggest? Because what you're talking about almost sounds like synonyms. Best Erick On Mon, Dec 6, 2010 at 1:37 AM, rajini maski wrote: > How does the solr file based spell check work? > > How do we need to enter data in the spelling.

Re: Solr -File Based Spell Check

2010-12-06 Thread ramzesua
- View this message in context: http://lucene.472066.n3.nabble.com/Solr-File-Based-Spell-Check-tp2025671p2027258.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr -File Based Spell Check

2010-12-05 Thread rajini maski
How does the solr file based spell check work? How do we need to enter data in the spelling.txt...I am not clear about its functionality..If anyone know..Please reply. I want to index a word = Wear But while searching I search as =Dress I want to get results for Wear.. How do i apply this

Re: Spell-Check Component Functionality

2010-11-27 Thread Anurag
ally managing the Spellcheck . Thanks On Sun, Nov 21, 2010 at 5:45 PM, Rajinimaski [via Lucene] < ml-node+1939841-746088595-146...@n3.nabble.com > wrote: > If any one know articles or blog on solr spell-check component > configuration > type..please let me know..solr-wiki not he

Re: Spell-Check Component Functionality

2010-11-22 Thread Grant Ingersoll
On Nov 21, 2010, at 7:14 AM, rajini maski wrote: > If any one know articles or blog on solr spell-check component configuration > type..please let me know..solr-wiki not helping me solve maze.. Might be helpful: http://www.lucidimagination.com/blog/2010/08/31/getting-started-spell-ch

Re: Spell-Check Component Functionality

2010-11-21 Thread Shanmugavel SRD
/Spell-Check-Component-Functionality-tp1923954p1944011.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Spell-Check Component Functionality

2010-11-21 Thread rajini maski
If any one know articles or blog on solr spell-check component configuration type..please let me know..solr-wiki not helping me solve maze.. On Fri, Nov 19, 2010 at 12:40 PM, rajini maski wrote: > And If I am trying to do : > > http://localhost:8909/solr/select/?spellcheck.q=Curst&am

Re: Spell-Check Component Functionality

2010-11-18 Thread Shanmugavel SRD
Did you configure below one in your default request handler? spellcheck -- View this message in context: http://lucene.472066.n3.nabble.com/Spell-Check-Component-Functionality-tp1923954p1929124.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Spell-Check Component Functionality

2010-11-18 Thread rajini maski
k.q=Curst&version=2.2&start=0&rows=10&indent=on&q=Crust#> on 0 Crust Curst 10 2.2 -<http://localhost:8090/solr/select/?spellcheck.q=Curst&version=2.2&start=0&rows=10&indent=on&q=Crust#> -<http://localhost:8090/solr/s

Re: Spell-Check Component Functionality

2010-11-18 Thread rajini maski
o spellcheck.build=true for every request (creating the > spellcheck index can be very expensive) > * if you got spellcheck working embed the spellcheck component into your > normal query component. otherwise you need to query 2 times ... > > Regards, > Peter. > > &

Re: Spell-Check Component Functionality

2010-11-18 Thread Peter Karich
can be very expensive) * if you got spellcheck working embed the spellcheck component into your normal query component. otherwise you need to query 2 times ... Regards, Peter. All, I am trying apply the Solr spell check component functionality to our data. The configuration set up I

Spell-Check Component Functionality

2010-11-18 Thread rajini maski
All, I am trying apply the Solr spell check component functionality to our data. The configuration set up I needed to make for it by updating config.xml and schema.xml is done as follows.. Please let me know if any errors in it. I am not getting any suggestions in suggestion tags of solr

  1   2   >