Lucene search question

2009-01-18 Thread fell
Hi all, I am new to Lucene and I need to know the following: In case I have indexed some data using Lucene and it contains the fields: Location, City, Country. Suppose the data is as follows in the index in each of the above fields: 1) R G Heights 2) London 3) United Kindom If i try to

Re: clustering with compass & terracotta

2009-01-18 Thread Amin Mohammed-Coleman
I've been working on integrating hibernate search and Gigaspaces XAP. It's been raised as a openspaces project and awaiting approval. The aim is to place indexes on the space and use gigaspaces middleware support for clustering, replication and other services. Sent from my iPhone On 15 Jan

MultiSearcher: close()

2009-01-18 Thread Amin Mohammed-Coleman
Hi I have a class that uses the MultiSearcher inorder to perform search using different other searches. Here is a snippet of the class: MultiSearcher multiSearcher = null; try { multiSearcher = new MultiSearcher(searchers.toArray(new IndexSearcher[] {})); QueryParser