RAM, FS Directory: Problem during merge

2004-11-16 Thread Ravi Rao
All, Lucene 1.4 final. I have an index that has to be updated frequently. A search may happen at any time. I implemented this by indexing into a RAMDirectory and then merging with an FSDirecotory at regular intervals (or sometimes when a search is requested). This seems to work quite well.

Changes to QueryParser.jj: Status?

2004-03-24 Thread Ravi Rao
Dear All, Some time ago there was a discussion on modifying the definitions of tokens in QueryParser so that the character '-' (dash), and others, will be treated as part of a word. Can someone please tell me the status of that discussion. Will these changes actually be reflected in the

Can field names contain the space character?

2004-01-26 Thread Ravi Rao
Dear lucene-user, Can field names contain the space character? In other words can I index documents which include a field name containing the space character? Here is a program that creates an index created by adding one document. This document has a (text)field named 'software version'. The