Re: Reg Java Learning Git repo for Apache Lucene & Solr.

2020-08-17 Thread Tomoko Uchida
As for Lucene, "demo" module could be a help? https://lucene.apache.org/core/8_6_1/demo/index.html 2020年8月17日(月) 23:23 Ali Akhtar : > I don't know if there is a repo but this site helped me when i was getting > started: http://www.lucenetutorial.com/ > > On Mon, Aug 17, 2020 at 10:04 AM Ganapat

Re: Reg Java Learning Git repo for Apache Lucene & Solr.

2020-08-17 Thread Ali Akhtar
I don't know if there is a repo but this site helped me when i was getting started: http://www.lucenetutorial.com/ On Mon, Aug 17, 2020 at 10:04 AM Ganapathy Subramanian < ganapathy.s.j...@gmail.com> wrote: > Hi , > I am in the Learning path of Apache Solr & Lucene capabilities > using

Re: Hierarchical facet select a subtree but one child

2020-08-17 Thread Michael McCandless
I think this is a missing API in DrillDownQuery? Nicola, could you open an issue? The filtering is as Mike Sokolov described, but I think we should add a sugar method, e.g. DrillDownQuery.remove or something, to add a negated query clause. And until this API is added and you can upgrade to it, y

Reg Java Learning Git repo for Apache Lucene & Solr.

2020-08-17 Thread Ganapathy Subramanian
Hi , I am in the Learning path of Apache Solr & Lucene capabilities using Java Stack . Could you kindly share me Git repo where I could find java programs to do Indexing , Searching and Incremental Indexing for files in one root folder and write the details in another folder .Could you ki