Re: background merge hit exception

2014-04-05 Thread Jose Carlos Canova
Seems that you want to force a max number of segments to 1, On a previous thread someone answered that the number of segments will affect the Index Size, and is not related with Index Integrity (like size of index may vary according with number of segments). on version 4.6 there is a small issue

Re: Stored fields and OS file caching

2014-04-05 Thread Jack Krupansky
Are there some graphic diagrams that illustrate this distinction in how stored fields and doc values are organized, including both the heap and non-heap aspects like file caching. Sometimes a picture is worth 1K words. Even if somebody could just draw it on a piece of paper and scan it. --

RE: Stored fields and OS file caching

2014-04-05 Thread Toke Eskildsen
Vitaly Funstein [vfunst...@gmail.com] wrote: It's a bit of a guess on my part, but I did get better write and search performance with size = 2K, as opposed to the default 16K. For search that sounds plausible as that is very random access heavy and the disk cache will contain a larger amount

Confuse with Kuromoji

2014-04-05 Thread j7a42e4fd7qux
I am pretty new with Lucene, however I have not problem understanding what is about. My big problem is trying to understand how Kuromoji works. I need to implement a search functinality thats supports initially English, Spanish and Japanese. I doesn't seem to be a deal with the two firsts, as I