Re: Disabling Lucene Scoring/Ranking

2017-01-09 Thread Taher Galal
Hi, What about writing your own scoring that just give a value of 1 to all the documents that are hits? On Mon, Jan 9, 2017 at 12:17 PM, Rajnish kamboj wrote: > My application does not require scoring/ranking. All data is equally > important for me. > > Search query

Query Grammar

2016-05-15 Thread Taher Galal
Hi All, I was just checking the query grammer found in the java docs of the query parser : Query ::= ( Clause )* Clause ::= ["+", "-"] [ ":"] ( | "(" Query ")" ) This is what is available the question lies I can't see any place that shows the operators SUCH as the AND and the OR for example

Re: Need guidance to start contributing to Lucene.

2016-04-25 Thread Taher Galal
> When will you think is the right time to start reading the *lucene's > official apache docs ?* > > Thanks. > > On Mon, Apr 25, 2016 at 11:11 PM, Taher Galal <taher.gala...@gmail.com> > wrote: > > > I would say Start with reading lucene in action > > On 25

Re: Need guidance to start contributing to Lucene.

2016-04-25 Thread Taher Galal
I would say Start with reading lucene in action On 25 Apr 2016 19:39, "Prateek Singhal" wrote: > Hi Folks, > > I am very new to Lucene. Used it in a couple of projects but haven't really > got into the insights of how it works and > *never Deep Dived into its code-base* >

Grouping on MultiValue Field

2016-02-24 Thread Taher Galal
example if two elements within a group have the same parent. Also if a change to the index would be welcome any input will be grateful Best Regards, Taher Galal

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/lucene/codecs/lucene50/Lucene50DocValuesFormat

2016-02-23 Thread Taher Galal
Hi, I get this exception with an update from 5.3.x to 5.5.0 not sure what is causing and how to solve it Best Regards, Taher Galal

Merge Documents from Result

2016-02-21 Thread Taher Galal
method and get the fields so I can compare them to see if this parent field value was available of any of the previous results so I can combine both Best Regards, Taher Galal