Re: [ANNOUNCE] Wiki editing change

2013-03-25 Thread Rafał Kuć
Hello! Could you add RafalKuc to contributors ? Thanks :) -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > Hi Steve, > On Mon, Mar 25, 2013 at 4:16 AM, Steve Rowe wrote: >> Please request either on the java-user@lucene.apache.org

Re: IndexReader.open and CorruptIndexException

2013-01-24 Thread Rafał Kuć
hard nofile 64000 Relog and run: sudo -u lucene -s "ulimit -Sn" To see if the limits are the ones you set. If they are not, check if you don't have pam_limits.so commented in the /etc/pam.d/ -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch &g

Re: recover corrupted index

2013-01-10 Thread Rafał Kuć
Hello! Just one thing - backup your index first, just in case. -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > Hello! > Try using CheckIndex - > http://lucene.apache.org/core/old_versioned_docs/versions/3_0_0/api/all/org/apache/lucene/index/CheckI

Re: recover corrupted index

2013-01-10 Thread Rafał Kuć
Hello! Try using CheckIndex - http://lucene.apache.org/core/old_versioned_docs/versions/3_0_0/api/all/org/apache/lucene/index/CheckIndex.html -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > Hi, > I have an index, for which I am missing at least

Re: how to implement a TokenFilter?

2012-12-23 Thread Rafał Kuć
Hello! The simplest way is to look at Lucene javadoc and see what implementations of Attribute interface there are - http://lucene.apache.org/core/4_0_0/core/org/apache/lucene/util/Attribute.html -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > thanks

Re: how to implement a TokenFilter?

2012-12-22 Thread Rafał Kuć
Hello! A small example with some explanation can be found here: http://solr.pl/en/2012/05/14/developing-your-own-solr-filter/ -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > Hi, > I need a guide to implement my own TokenFilter. I checked the wiki,

Re: understanding the need to reindex a document

2012-10-22 Thread Rafał Kuć
, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > I can understand that (i.e. why in place wont work), but the Q would be, > why one can't read in a document, add() or removeField() that document > and then updateDocument() that document. > On 10/22/2012 03

Re: Restrict Lucene search in concrete document ids

2012-10-22 Thread Rafał Kuć
Hello! I think you should ask about Lucene.NET on the proper mailing list dedicated to it, instead on the current one which is dedicated to Java version of Lucene. You can find the proper mailing addresses here: http://lucenenet.apache.org/community.html -- Regards, Rafał Kuć Sematext