You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by Isaac Hebsh <is...@gmail.com> on 2013/05/24 12:48:24 UTC

CLue - lucene command line questions

Hi, I have some questions about CLue. I cloud not find the original
message, so I'm sorry for opening a new thread.

1. It seems that IndexWriter is opened on every run of CLue. Probaby it
happens due to MERGE and DELETE commands. But there are many other
commands, which does not require any write operation. When tryng to use
CLue on an active index (eg. a running core of Solr), it fails because of
the write lock. I think it will be better to create an IndexWriter only
when it is really needed.

2. I've tried to use CLue on an index of LUCENE_43 codec. CLue failed. it
says that a need to set classpath to the the folder of the relevant JARs. I
did that, but it didnt solve the issue.


It looks like a very nice and usefull tool :)