> I spent some time with ChatGPT and Google, looking for a simple CLI method
> to explore the content. I see mention of Luke, but it seems very dated.
Luke is your best bet. There is no command-line tool to "explore the
content" because Lucene indexes are fairly low
level. I'm guessing you'd like
Hello!
I have been exploring the use of BM25F queries (CombinedFieldQuery) in
Lucene, and I have noticed that it is not allowed to use field weights with
values less than 1.0f (as shown in here:
https://github.com/apache/lucene/blob/53d1c2bd2fb3e6b9da590bee360996dbbdc8ea34/lucene/sandbox/src/java/
Hi,
A quick response: you can try I-Rex (
https://github.com/souravsaha/I-REX/tree/shell-lucene8). It is developed
considering research on Information Retrieval; still, it is very much
tunable.
Hope this helps.
Dwaipayan.
On Mon, Sep 23, 2024 at 10:04 AM neal rauhauser
wrote:
> Hello,
>
> I a