Re: Question from a new user : IndexSearcher.doc

2010-06-20 Thread Erick Erickson
By and large, you won't ever actually be interested in very many documents, what's returned in the TopDocs structure internal document ID and score, in score order. But retrieval by document ID is quite efficient, it's not a search. I'm quite sure this won't be a problem. Adding 10,000 documents a

Re: Question from a new user : IndexSearcher.doc

2010-06-20 Thread Victor Kabdebon
Hello Simon, As I told you, I am quite new with Lucene, so there are many things that might be wrong. I'm using Lucene to make a search service for a website that has a large amount of information daily. This amount of information is directly avaible as text in a Cassandra Database. There might be

Re: Question from a new user : IndexSearcher.doc

2010-06-20 Thread Simon Willnauer
Hi, maybe I don't understand your question correctly. Are you asking if you could run into problems if you retrieve more documents than integer max value? Or are you concerned about retrieving all documents containing term "XY" if the number of documents matching is large? If you are afraid of load

Question from a new user : IndexSearcher.doc

2010-06-20 Thread Victor Kabdebon
Hello everybody, I am new to Apache Lucene and it seems to fit perfectly my needs for my application. However I'm a little concerned about something (pardon me if it's a recurrent question, I've searched the archives but I didn't find something about that) So here is my case : I have index a few