you are right about wildcards and analysis stuff...
so any way of putting wildcards in for analysis?
-
Zeki ama calismiyor... Calissa yapar...
--
View this message in context:
http://lucene.472066.n3.nabble.com/synonyms-txt-different-results-on-admin-and-on-site-tp3318338p3322026.html
Sent
Wildcard terms are not analyzed, so your synonyms.txt may come into play here,
have you check the analysis for deniz* ?
François
On Sep 7, 2011, at 10:08 PM, deniz wrote:
> well yea you are right... i realised that lack of detail issue here... so
> here it comes...
>
>
> This is from my sche
well yea you are right... i realised that lack of detail issue here... so
here it comes...
This is from my schema.xml and basically i have a sy
you should probably post your schema.xml and some parts of your
synonyms.txt. it could be differences between your index and query
analysis chains, synonym expansion errors, etc, but folks will likely
need more details to help you out.
cheers,
rob
On Wed, Sep 7, 2011 at 9:46 PM, deniz wrote:
>
could it be related with analysis issue about synonyms once again?
-
Zeki ama calismiyor... Calissa yapar...
--
View this message in context:
http://lucene.472066.n3.nabble.com/synonyms-txt-different-results-on-admin-and-on-site-tp3318338p3318464.html
Sent from the Solr - User mailing list
org
> Sent: Sun, February 20, 2011 1:09:41 PM
> Subject: Re: Synonyms.txt
>
> Thanks Lee !
> Your are right, I'm new to solr, and I didn't think about that point.
> But in my case, target is newspaper articles, so it's more generic
> contents that specialized
Thanks Lee !
Your are right, I'm new to solr, and I didn't think about that point.
But in my case, target is newspaper articles, so it's more generic
contents that specialized contents and I suppose that a generic synonym
dictionnary should fit my needs. Thanks for the link !
Marc
Programmers.ch
Hi Marc,
I don't want to sound to prissy and also assume to much about your
application but a generic synonym file could do more harm than good. Lots of
applications have specific vocabularies and a specific synonym list is what
is needed. Remember synonyms increase recall but reduce precision. The
Hi Francis,
The named of synonyms files are arbitrary, but whatever you call them needs to
match what you have in solrconfig.xml
If you are referring to them, then they should probably exist.
If you are referring to them, then they should probably be non-empty.
But think this through a bit, bec
2009/1/5 Grant Ingersoll
> I haven't fully thought it through, but I was thinking that, in the create
> code in the Factory (where it returns then new TokenFilter), you would
> simply check to see if the file is new, and if it is, reload it and recreate
> the SynonymMap, accounting for threading
I haven't fully thought it through, but I was thinking that, in the
create code in the Factory (where it returns then new TokenFilter),
you would simply check to see if the file is new, and if it is, reload
it and recreate the SynonymMap, accounting for threading issues, of
course, and poss
2009/1/3 Grant Ingersoll
>
> On Jan 2, 2009, at 10:25 AM, Alexander Ramos Jardim wrote:
>
> Grant,
>>
>
>
>> 2. SynonymTokenFilterFactory does the "synonyms.txt" parse and creates the
>> SynonymTokenFilter instance. If I want the SynonymTokenFilter to reload
>> synonyms.txt file from time to tim
On Jan 2, 2009, at 10:25 AM, Alexander Ramos Jardim wrote:
Grant,
I am following your idea to write a new TokenFilter.
As long as I looked in SynonymTokenFilter and Factory code, it is the
Factory the reponsible for loading the new
Just let me make some stupid questions:
1. I will have to w
Grant,
I am following your idea to write a new TokenFilter.
As long as I looked in SynonymTokenFilter and Factory code, it is the
Factory the reponsible for loading the new
Just let me make some stupid questions:
1. I will have to write a custom TokenFilter and TokenFilterFactory, right?
2. Syn
People,
Thanks for all the replies,
The business requirement I have is to update the synonyms list every time
someone from the sales department establishes a new dictionary (they do that
a couple times in a week) I must add the new synonyms to the index. I think
I will stick with query time synon
On Dec 30, 2008, at 4:38 PM, Smiley, David W. wrote:
Grant, the Solr wiki recommends doing expansion at index time and
gives reasons:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#head-2c461ac74b4ddd82e453dc68fcfc92da77358d46
I personally think "recommends" is too strong of a
Grant, the Solr wiki recommends doing expansion at index time and gives reasons:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#head-2c461ac74b4ddd82e453dc68fcfc92da77358d46
Query-time doesn't work for multi-word expansion. For everyone's convenience,
I'll quote the remainder of the
On Dec 30, 2008, at 11:05 AM, Alexander Ramos Jardim wrote:
Hey Grant,
Thanks for the info!
2008/12/30 Grant Ingersoll
I'd probably write a new TokenFilter that was aware of the reload
policy
(in a generic way) such that I didn't have to go through a whole
core reload
every time. Are
Hey Grant,
Thanks for the info!
2008/12/30 Grant Ingersoll
> I'd probably write a new TokenFilter that was aware of the reload policy
> (in a generic way) such that I didn't have to go through a whole core reload
> every time. Are you just using them during query time or also during
> indexing
I'd probably write a new TokenFilter that was aware of the reload
policy (in a generic way) such that I didn't have to go through a
whole core reload every time. Are you just using them during query
time or also during indexing?
-Grant
On Dec 30, 2008, at 8:12 AM, Alexander Ramos Jardim w
You need to reload the core (if you're using SolrCore). If you're not using
SolrCore then I'm afraid you'll have to bring down them up the web-app.
~ David
On 12/30/08 8:12 AM, "Alexander Ramos Jardim"
wrote:
Hello guys,
As the title suggests I must update my synonyms.txt file frequently.
21 matches
Mail list logo