feature of FST version of SynonymFilter affects Highlighter

2011-12-26 Thread Koji Sekiguchi
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:

Re: PlainTextEntityProcessor and RegexTransformer in DataImport Handler

2011-12-26 Thread meghana
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.

Re: feature of FST version of SynonymFilter affects Highlighter

2011-12-26 Thread Robert Muir
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 k...@r.email.ne.jp: I found that SynonymFilter javadoc says: Matches single or multi word synonyms in a token stream. This token stream cannot

Re: feature of FST version of SynonymFilter affects Highlighter

2011-12-26 Thread Koji Sekiguchi
(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?

Re: solr.home

2011-12-26 Thread Thomas Fischer
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

Custom Shingle Factory Filter Requirement

2011-12-26 Thread Vannia Rajan
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,

solr keep old docs

2011-12-26 Thread Alexander Aristov
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

Re: solr keep old docs

2011-12-26 Thread Mikhail Khludnev
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 to skip

Re: Configuring Replication

2011-12-26 Thread Ahson Iqbal
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

Re: Custom Shingle Factory Filter Requirement

2011-12-26 Thread Ahmet Arslan
  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 behavior, you

Re: Configuring Replication

2011-12-26 Thread Ahmet Arslan
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