Single word lucene indexing limit? -


i've lucene based application , problem. when number of indexed document low no problems appear. when number of documents increase, seems no single word indexing. obtain searching single word (single term) empty set. version of lucene 3.1 on 64 bit machine , index 10gb.

do have idea?

thanks

according the lucene documentation, lucene should able handle 274 billion distinct terms. don't believe possible have reached limitation in 10gb index.

without more information, difficult further. however, being see problems large numbers of documents, suspect running exceptional conditions of form, causing system fail read or respond correctly. file handle leaks or memory overflow perhaps, take stab in dark.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -