I found that SynonymFilter javadoc says:
"Matches single or multi word synonyms in a token stream.
This token stream cannot properly handle position increments != 1"
I think due to the feature, Highlighter doesn't work properly in some cases:
http://www.lucidimagination.com/search/document/c3ed1
Thanks Matthew ,
Its really helped a lot. i am about to done with this.
--
View this message in context:
http://lucene.472066.n3.nabble.com/PlainTextEntityProcessor-and-RegexTransformer-in-DataImport-Handler-tp3608449p3612674.html
Sent from the Solr - User mailing list archive at Nabble.com.
The old one didn't really handle this correctly either.
Koji, what is the highlighting problem? Can we have a test case?
2011/12/26 Koji Sekiguchi :
> I found that SynonymFilter javadoc says:
>
> "Matches single or multi word synonyms in a token stream.
> This token stream cannot properly handle
(11/12/26 23:58), Robert Muir wrote:
The old one didn't really handle this correctly either.
Sorry, I jumped the gun! I should say offsets, not positions!
So please ignore what I quoted in javadoc in my previous mail, sorry!
Koji, what is the highlighting problem? Can we have a test case?
I
On Mon, Dec 26, 2011 at 10:54 AM, Koji Sekiguchi wrote:
> I don't have JUnit test case. What I tried was:
>
> I have indexing time synonym definition:
>
> nhl, national hockey league
>
> and I indexed "I like national hockey league".
>
> Then I searched nhl with hl=on, I got an unwanted highlight
Hi Shawn,
thanks for looking into this.
I am using a start-up script for Tomcat, and in that script there was actually
the line
export JAVA_OPTS="$JAVA_OPTS -Dsolr.solr.home='/srv/solr'"
which most likely created the problem.
With
export JAVA_OPTS="$JAVA_OPTS -Dsolr.solr.home=/srv/solr"
I get
Hi,
I'm trying to implement an advanced Auto-Suggest field. Consider an
example input String:
"Word1 Word2 Word3 Word4 Word5 Word6"
I just want this field to auto-suggest content based on whatever i type
(no matter i start typing from word1 or word4). I tried using
ShingleFilterFactory,
Hi people,
I urgently need your help!
I have solr 3.3 configured and running. I do uncremental indexing 4 times a
day using bulk updates. Some documents are identical to some extent and I
wish to skip them, not to index.
But here is the problem as I could not find a way to tell solr ignore new
du
On Tue, Dec 27, 2011 at 12:26 AM, Alexander Aristov <
alexander.aris...@gmail.com> wrote:
> Hi people,
>
> I urgently need your help!
>
> I have solr 3.3 configured and running. I do uncremental indexing 4 times a
> day using bulk updates. Some documents are identical to some extent and I
> wish t
Hi Erick
Thanks a lot for your valued response,
I just configured the master server as it is specified in solr replication wiki
page, nothing is indexed yet on master neither on slave,
And in solr replication wiki page they have mentioned that after configuring
master server if you hit the fo
> I'm trying to implement an advanced Auto-Suggest
> field. Consider an
> example input String:
>
> "Word1 Word2 Word3 Word4 Word5 Word6"
>
> I just want this field to auto-suggest
> content based on whatever i type
> (no matter i start typing from word1 or word4).
To achieve this beha
> I just configured the master server as it is specified in
> solr replication wiki page, nothing is indexed yet on master
> neither on slave,
> And in solr replication wiki page they have mentioned that
> after configuring master server if you hit the following url
> in web browser
>
> http://
12 matches
Mail list logo