Problem with replication

2011-01-20 Thread Thomas Kellerer
Hi all, we have implemented a Solr based search in our web application. We have one master server that maintains the index which is replicated to the slaves using the built-in Solr replication. This has been working fine so far, but suddenly the replication does not send the modified files

Re: Problem with replication

2011-01-20 Thread Thomas Kellerer
Here is our configuration: lst name=master str name=enabletrue/str str name=replicateAftercommit/str str name=replicateAfterstartup/str str name=confFilesstopwords.txt,stopwords_de.txt,stopwords_en.txt,synonyms.txt/str /lst Stevo Slavić, 20.01.2011 13:26: On which events did you

Re: Problem with replication

2011-01-20 Thread Thomas Kellerer
Thomas Kellerer, 20.01.2011 12:53: Hi all, we have implemented a Solr based search in our web application. We have one master server that maintains the index which is replicated to the slaves using the built-in Solr replication. This has been working fine so far, but suddenly the replication

Re: Problem with replication

2011-01-20 Thread Thomas Kellerer
Stevo Slavić, 20.01.2011 15:42: So if on startup index gets replicated, then commit probably isn't being called anywhere on master. No, the index is not replicated on startup (same behaviour: no files to download) Is that index configured to autocommit on master, or do you commit from

Re: Problem with replication

2011-01-20 Thread Thomas Kellerer
We have tried that as well, but the slave still claims to have a higher index version, even when the index files were deleted completely Regards Thomas Stevo Slavić, 20.01.2011 16:52: Not too elegant but valid check would be to bring slave down, delete it's index data directory, then to commit

Re: Term is duplicated when updating a document

2010-10-18 Thread Thomas Kellerer
Thanks. Not really the answer I wanted to hear, but at least I know this is not my fault ;) Regards Thomas Erick Erickson, 15.10.2010 20:42: This is actually known behavior. The problem is that when you update a document, it's deleted and re-added, but the original is marked as deleted.

Re: Term is duplicated when updating a document

2010-10-15 Thread Thomas Kellerer
Thanks for the answer. Which fields are modified when the document is updated/replaced. Only one field was changed, but it was not the one where the auto-suggest term is coming from. Are there any differences in the content of the fields that you are using for the AutoSuggest. No Have

Strange search result (or lack of)

2010-10-08 Thread Thomas Kellerer
Hi, I have the following field defined in my schema: fieldType name=name_field class=solr.StrField positionIncrementGap=100 omitNorms=false analyzer tokenizer class=solr.KeywordTokenizerFactory/ filter class=solr.StandardFilterFactory/ filter