Re: Securing stored data using Lucene

2013-06-26 Thread Rafaela Voiculescu
Hello, Thank you all for your help and the suggestions. They are very useful. I wanted to clarify more aspects of the project, since I overlooked them in my previous mails. To explain the use case exactly, the application should work like this: - The application works with patient data and

Re: Securing stored data using Lucene

2013-06-26 Thread Jack Krupansky
Is your device patient data for a single patient or is it for potentially a large number of patients (on a single device)? Generally, the proper way to secure a Lucene/Solr server and its data is to keep the server and data behind a firewall and also behind an application layer so that no

Question about MultiSimilarity

2013-06-26 Thread Nikos Voskarides
I am using MultiSimilarity to compute CombSum and I have noticed that the computeNorm() method takes the value of the first Similarity in the array. Is it safe to use MultiSimilarity with similarities that have different computeNorm() implementations? Kind Regards, Nikos Voskarides

How to perform Date Range Search

2013-06-26 Thread raghavendra.k.rao
Hi, I have indexed a database table which has about 70 columns out of which 60 columns have been indexed and the rest have been stored. There are 70 million records in this table. This is a static table and hence I plan to index them at once and then perform the search on these indices. I

Re: Indexing file with security problem

2013-06-26 Thread Nigel V Thomas
Hello Lucas, Firstly, I am moving this discussion from the dev list to the java users mailing list, please refer to the guidelines on where to post such discussions http://lucene.apache.org/core/discussion.html A couple of observations from your problem, I think the task can be broken down into