Lucene.net limitations on the index files with large data -
we planning use lucene.net search in order have google search. have huge amount of data loaded d/b needs indexed. there limitations on size of indexing documents , maximum size of single index document be? how distribute size on average size of each document?
there no limitations data sizes you're hinting at, i'm running lucene.net app works 100s of gb of indexed data without spliting index (outside of how lucene naturally splits without asking).
just add data index , forget limitations, you're way bellow potential issues. (but read performance guidelines, lucene ones lucene.net direct port, tips apply).
Comments
Post a Comment