Using Synonym Graph Filter with StandardTokenizer does not tokenize the query string if it has multi-word synonym

2020-03-16 Thread atin janki
Hello everyone, I am using solr 8.3. After I included Synonym Graph Filter in my managed-schema file, I have noticed that if the query string contains a multi-word synonym, it considers that multi-word synonym as a single term and does not break it, further suppressing the default search

Re: Re: Re: Using Synonym Graph Filter with StandardTokenizer does not tokenize the query string if it has multi-word synonym

2020-03-16 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
nym(soap powder) because "soap powder" is a multi-word synonym present in the synonym file. Using sow = true in the above setting will give - Synonym(soap) + Synonym (powder) Best Regards, Atin Janki On Mon, Mar 16, 2020 at

Re: Re: Using Synonym Graph Filter with StandardTokenizer does not tokenize the query string if it has multi-word synonym

2020-03-16 Thread atin janki
powder) because "soap powder" is a multi-word synonym present in the synonym file. Using sow = true in the above setting will give - Synonym(soap) + Synonym (powder) Best Regards, Atin Janki On Mon, Mar 16, 2020 at 5:27 PM Audrey Lorberfeld - audrey.lorberf...@ibm.com wrote: > To

Re: Re: Using Synonym Graph Filter with StandardTokenizer does not tokenize the query string if it has multi-word synonym

2020-03-16 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
s. > > On 3/16/20, 10:49 AM, "atin janki" wrote: > > Hello everyone, > > I am using solr 8.3. > > After I included Synonym Graph Filter in my managed-schema file, I > have noticed that if the query string contain

Re: Using Synonym Graph Filter with StandardTokenizer does not tokenize the query string if it has multi-word synonym

2020-03-16 Thread atin janki
eryone, > > I am using solr 8.3. > > After I included Synonym Graph Filter in my managed-schema file, I > have noticed that if the query string contains a multi-word synonym, > it considers that multi-word synonym as a single term and does not > break it, furt

Re: Using Synonym Graph Filter with StandardTokenizer does not tokenize the query string if it has multi-word synonym

2020-03-16 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
After I included Synonym Graph Filter in my managed-schema file, I have noticed that if the query string contains a multi-word synonym, it considers that multi-word synonym as a single term and does not break it, further suppressing the default search behaviour. I am using Standar

Using Synonym Graph Filter with StandardTokenizer does not tokenize the query string if it has multi-word synonym

2020-03-16 Thread atin janki
Hello everyone, I am using solr 8.3. After I included Synonym Graph Filter in my managed-schema file, I have noticed that if the query string contains a multi-word synonym, it considers that multi-word synonym as a single term and does not break it, further suppressing the default search

Re: Using Synonym Graph Filter does not tokenize the query string if it has multi-word synonym

2020-03-01 Thread Paras Lehana
le, I have > noticed that if the query string contains a multi-word synonym, it > considers that multi-word synonym as a single term and does not break it, > further suppressing the default search behaviour. > > Here "soap powder" is the search query which is also a multi

Using Synonym Graph Filter does not tokenize the query string if it has multi-word synonym

2020-03-01 Thread atin janki
Hello everyone, I am using solr 8.3. After I included Synonym Graph Filter in my managed-schema file, I have noticed that if the query string contains a multi-word synonym, it considers that multi-word synonym as a single term and does not break it, further suppressing the default search

Support mapping of multi-word Synonym at Query time.

2019-11-26 Thread Paras Lehana
Hi Community, I know there had been many blogs about multi-term synonyms. I have been reading a lot about this and I'm here just to take suggestions or know what you guys are doing. The information in the blogs (SynonymFilter) could be old and there might be better methods now (SynonymGraphFilter)

Re: New query-time multi-word synonym expander

2013-10-24 Thread Otis Gospodnetic
we got three multi-word synonym parsers? Didn't the LUCENE-4499 > or SOLR-4381 patches work? I know the latter has had a reasonable amount of > users and committers on github, but it was never brought back to ASF it seems. > > -Original message- >> From:Otis Gospod

RE: New query-time multi-word synonym expander

2013-10-23 Thread Markus Jelsma
Nice, but now we got three multi-word synonym parsers? Didn't the LUCENE-4499 or SOLR-4381 patches work? I know the latter has had a reasonable amount of users and committers on github, but it was never brought back to ASF it seems. -Original message- > From:Otis Gospodnetic

Re: New query-time multi-word synonym expander

2013-10-23 Thread Jack Krupansky
ution? Either way, it may be reasonably satisfactory, but some clarity would help. Thanks! -- Jack Krupansky -Original Message- From: Otis Gospodnetic Sent: Wednesday, October 23, 2013 1:28 PM To: solr-user@lucene.apache.org Subject: New query-time multi-word synonym expander Hi, Heads up

New query-time multi-word synonym expander

2013-10-23 Thread Otis Gospodnetic
Hi, Heads up that there is new query-time multi-word synonym expander patch in https://issues.apache.org/jira/browse/SOLR-5379 This worked for our customer and we hope it works for others. Any feedback would be greatly appreciated. Thanks, Otis -- Performance Monitoring * Log Analytics

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-17 Thread Roman Chyla
in the space" let's say we are tokenizing on empty space and we use stopwords; this is what gets indexed: hubble space telescope space these tokens can have different positions, but let's ignore that for a moment - the first three are adjacent > where I can use the admin analysis

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-17 Thread Jack Krupansky
e a quoted phrase.) -- Jack Krupansky -Original Message- From: dmarini Sent: Wednesday, July 17, 2013 2:03 PM To: solr-user@lucene.apache.org Subject: Re: Searching w/explicit Multi-Word Synonym Expansion Roman, As a developer, I understand where you are coming from. My issue is that I

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-17 Thread dmarini
he query parser still foil the system. I ask because I've seen instances where I can use the admin analysis tool against a custom field type to expand a multi-word synonym where it appears it's expanding the terms properly but when I run a search against it using the actual handler

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-17 Thread Jack Krupansky
e.org Subject: Re: Searching w/explicit Multi-Word Synonym Expansion As I don't see in the heads of the users, I can make different assumptions - but OK, seems reasonable that only minority of users here are actually willing to do more (btw, I've received coding advice in the past here in t

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-17 Thread Roman Chyla
rch for query-time phrase > synonyms, off-the-shelf, today, no patches required.) > > > -- Jack Krupansky > > -Original Message- From: Roman Chyla > Sent: Wednesday, July 17, 2013 11:44 AM > > To: solr-user@lucene.apache.org > Subject: Re: Searching w/expli

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-17 Thread Jack Krupansky
(And, in fact, users can use LucidWorks Search for query-time phrase synonyms, off-the-shelf, today, no patches required.) -- Jack Krupansky -Original Message- From: Roman Chyla Sent: Wednesday, July 17, 2013 11:44 AM To: solr-user@lucene.apache.org Subject: Re: Searching w/explicit Multi-Wor

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-17 Thread Roman Chyla
ing made, but we're not there yet. > > -- Jack Krupansky > > -Original Message- From: Roman Chyla > Sent: Wednesday, July 17, 2013 9:58 AM > To: solr-user@lucene.apache.org > > Subject: Re: Searching w/explicit Multi-Word Synonym Expansion > > Hi all, > >

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-17 Thread Jack Krupansky
---Original Message- From: Roman Chyla Sent: Wednesday, July 17, 2013 9:58 AM To: solr-user@lucene.apache.org Subject: Re: Searching w/explicit Multi-Word Synonym Expansion Hi all, What I find very 'sad' is that Lucene/SOLR contain all the necessary components for handling multi-to

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-17 Thread Jack Krupansky
Jack Krupansky -Original Message- From: dmarini Sent: Wednesday, July 17, 2013 9:37 AM To: solr-user@lucene.apache.org Subject: Re: Searching w/explicit Multi-Word Synonym Expansion iorixxx, Thanks for pointing me in the direction of the QueryElevation component. If it did not require tha

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-17 Thread Roman Chyla
IN solr than add > custom .jar files from around the web if at all possible. > > Thanks for the replies. > > --Dave > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Searching-w-explicit-Multi-Word-Synonym-Expansion-tp4078469p4078610.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-17 Thread dmarini
m around the web if at all possible. Thanks for the replies. --Dave -- View this message in context: http://lucene.472066.n3.nabble.com/Searching-w-explicit-Multi-Word-Synonym-Expansion-tp4078469p4078610.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-16 Thread Ahmet Arslan
Hi Dmarin, Did you consider using http://wiki.apache.org/solr/QueryElevationComponent ? From: Jack Krupansky To: solr-user@lucene.apache.org Sent: Wednesday, July 17, 2013 12:53 AM Subject: Re: Searching w/explicit Multi-Word Synonym Expansion In case

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-16 Thread Jack Krupansky
In case you were unaware, generalized multi-word synonym expansion is an unsolved problem in Lucene/Solr. Sure, some of the tools are there and you can sometimes make it work for some situations, but not for the general case. Some work has been in progress, but no near-term solution is at hand

Searching w/explicit Multi-Word Synonym Expansion

2013-07-16 Thread dmarini
s: Thanks for any help that can be offered. --Dave -- View this message in context: http://lucene.472066.n3.nabble.com/Searching-w-explicit-Multi-Word-Synonym-Expansion-tp4078469.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Multi word synonym problem

2009-11-23 Thread Chris Hostetter
: The response is not searching for Michael Jackson. Instead it is : searching for (text:Micheal and text: Jackson).To monitor the parsed : query, i turned on debugQuery, but in the present case, the parsed query : string was searching Micheal and Jackson separately. using index time synonyms

RE: Multi word synonym problem

2009-11-20 Thread Nair, Manas
___ From: AHMET ARSLAN [mailto:iori...@yahoo.com] Sent: Thu 11/12/2009 1:18 PM To: solr-user@lucene.apache.org Subject: Re: Multi word synonym problem It is recommended [1] to use synonyms at index time only for various reasons especially with multi-word sy

Re: Multi word synonym problem

2009-11-12 Thread AHMET ARSLAN
wrote: > From: Nair, Manas > Subject: Multi word synonym problem > To: solr-user@lucene.apache.org > Cc: "Arumugam, Senthil Kumar" > Date: Thursday, November 12, 2009, 3:43 PM > Hi Experts, > > I would like help on multi word synonyms. The scenario is > like

Multi word synonym problem

2009-11-12 Thread Nair, Manas
Hi Experts, I would like help on multi word synonyms. The scenario is like: I have a name Micheal Jackson(wrong term) which has a synonym Michael Jackson i.e. Micheal Jackson => Michael Jackson When I try to search for the word Micheal Jackson (not a phrase search), it is searching for te

Re: Multi word Synonym

2008-11-20 Thread gurudev
quot; splitOnCaseChange="1"/> > > words="stopwords.txt"/> > synonyms="synonyms.txt" ignoreCase="true" expand="true"/> > > protected="protwords.txt"/> > > > > > > -Jeff > > > -- View this message in context: http://www.nabble.com/Multi-word-Synonym-tp20586702p20602482.html Sent from the Solr - User mailing list archive at Nabble.com.

Multi word Synonym

2008-11-19 Thread Jeff Newburn
I am trying to figure out how the synonym filter processes multi word inputs. I have checked the analyzer in the GUI with some confusing results. The indexed field has ³The North Face² as a value. The synonym file has morthface, morth face, noethface, noeth face, norhtface, norht face, nortface,