Re: Replication lag after cache optimizations

2012-09-02 Thread Damien DUDOGNON
Thanks for your answer Erick. For the polling interval, we use 1 second for the small index and 1 minute for the big one. I'll try to increase it up to 5 minutes and see if it solve the problem.The issue doesn't occur with the default cache settings (i.e. cache size=512). Indeed, we strive for

RE: solrj api for partial document update

2012-09-02 Thread Yoni Amir
In the solrj api, the value of a SolrInputField can be a map, in which case solrj adds an additional attribute to the field's xml element. For example, This code: SolrInputDocument doc = new SolrInputDocument(); MapString, String partialUpdate = new HashMapString, String();

stem porter with tokenizer..

2012-09-02 Thread Emiliana Suci
PorterStemmer using tokenizer which class in lucene?? -- View this message in context: http://lucene.472066.n3.nabble.com/stem-porter-with-tokenizer-tp4004913.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr Not releasing memory

2012-09-02 Thread Rohit
Hi, We are running solr3.5 using tomcal 6.26 on a Windows Enterprise RC2 server, our index size if pretty large. We have noticed that once tomcat starts using/reserving ram it never releases them, even when there is not a single user on the system. I have tried forced garbage collection,

Re: LineEntityProcessor process only one file

2012-09-02 Thread Lance Norskog
Ahmet, please post your dih script in a message (not as an attachment). - Original Message - | From: James Dyer james.d...@ingramcontent.com | To: solr-user@lucene.apache.org | Sent: Friday, August 31, 2012 12:53:50 PM | Subject: RE: LineEntityProcessor process only one file | | No, it

Re: stem porter with tokenizer..

2012-09-02 Thread Lance Norskog
If you want to know class names, you want to check out the source code! http://lucene.apache.org/core/developer.html http://find.searchhub.org/s:javadoc,wiki?q=porterStemmer - Original Message - | From: Emiliana Suci emily_elz...@yahoo.com | To: solr-user@lucene.apache.org | Sent:

Re: Solr Not releasing memory

2012-09-02 Thread Lance Norskog
1) I believe Java 1.7 release memory back to the OS. 2) All of the Javas I've used on Windows do this. Is the physical memory use a problem? Does it push out all other programs? Or is it just that the Java process appears larger? This explains the latter:

Antwort: Re: Antwort: Re: Query during a query

2012-09-02 Thread Johannes . Schwendinger
The problem is, that I don't know how to do this. :P My sequence: the user enters his search words. This is sent to solr. There I need to make another query first to get metadata from the index. with this metadata I have to connect to an external source to get some information about the user.

Re: need basic information

2012-09-02 Thread pravesh
Do logstash/graylog2 do log processing/searching in real time? Or can scale for real time need? I guess harshadmehta is looking for real-time indexing/search. Regards Pravesh -- View this message in context: http://lucene.472066.n3.nabble.com/need-basic-information-tp4004588p4004996.html Sent