Re: A question on implementing new operators

2014-12-03 Thread rama44ster
t, you'll create a > suitable Lucene Query by calling spatialStrategy.makeQuery(…). > > I can’t offer much more help on this so I hope this is enough to get you > going. > > ~ David Smiley > Freelance Apache Lucene/Solr Search Consultant/Developer > http://www.link

A question on performance

2015-01-07 Thread rama44ster
Hi, I have a lucene index which has close to 480M documents. And I ran around 1000 queries against the index. Each query is a boolean query with 3 different tokens. That is the query has 3 operands which MUST occur. Executing such 3 token queries gives the following latency percentiles. 50 = 16 ms

Multi-valued field and numTerms

2015-01-15 Thread rama44ster
Hi, I am using lucene to index documents that have a multivalued text field named ‘city’. Each document might have multiple values for this field, like la, los angeles etc. Assuming document d1 contains city = la ; city = los angeles document d2 contains city = la mirada document d3 contains city