b.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/store/FSDirectory.java
HTH
Michael
Am 02.08.21 um 08:07 schrieb nic k:
hello i have a question, so im sending u an e-mail
when searching in lucene, i wonder if it reads from the oldest segment or
the most recently created se
hello i have a question, so im sending u an e-mail
when searching in lucene, i wonder if it reads from the oldest segment or
the most recently created segment
when i test it, i think it reads the oldest file first, but i ask for
conviction, not conjecture
please im looking around and i cant
Hi:
Would you mind doing websearch and cataloging the relevant pages into a
primer?
Thx,
Will
-Original Message-
From: 王建军 [mailto:jianjun200...@163.com]
Sent: Tuesday, September 22, 2015 4:02 AM
To: java-user@lucene.apache.org
Subject: hello,I have a problem about lucene,please help me
There is a Class org.apache.lucene.codecs.blocktree.BlockTreeTermsWriter which
have two parameters,one is DEFAULT_MIN_BLOCK_SIZE,the other is
DEFAULT_MAX_BLOCK_SIZE;their default values is 25 and 48;when I make their
values to bigger,for example,200 and 398;And then to make index,the result is
There is a Class org.apache.lucene.codecs.blocktree.BlockTreeTermsWriter
which have two parameters,one is DEFAULT_MIN_BLOCK_SIZE,the other is
DEFAULT_MAX_BLOCK_SIZE;their default values is 25 and 48;when I
make their values to bigger,for example,200 and 398;And then to make index,the
result
Hi Mugeesh,
Could you post more details about what you tried and what failed?
Maybe, a small test case showing the issue?
Mike McCandless
http://blog.mikemccandless.com
On Fri, Nov 29, 2013 at 2:18 AM, Mugeesh wrote:
> Dear Mike McCandless,
>
> I
Dear Mike McCandless,
I am new one in lucene I want
to do index from mysql database .now I have indexed from database and saved
it into my folder , but I could not search .. searching code not work
properly.. I did help this link
http://java.dzone.
Hello
I was playing with the lucene based search engine at
http://lucene.apache.org/java/docs/index.html
I have been able to create the index and search for the query string at the
cmd line.
However, for the html version when i develop and set the index as
"/opt/lucene/index" and th