Re: serious JSON Facet bug

2015-07-25 Thread naga sharathrayapati
Yonik, Did you see this issue with 5.2 as well or only 5.1? Thanks, Naga On Fri, Jul 24, 2015 at 9:15 PM, Yonik Seeley wrote: > On Fri, Jul 24, 2015 at 8:03 PM, Nagasharath > wrote: > > Is there a jira logged for this issue? > > * SOLR-7781: JSON Facet API: Terms facet on string/text fields w

Re: term frequency with stemming

2015-07-25 Thread Aki Balogh
I believe I found a solution: use a third-party stemmer to stem the term first, then pass it to termfreq. The only trick is, each term in a phrase has to be stemmed separately (i.e. "end-user experience" has to be broken down into "end-user" -> "end-us" and "experience" -> "experi") before being p

Re: Unexpected docvalues type error using result grouping - Use UninvertingReader or index with docvalues

2015-07-25 Thread Erick Erickson
Simply put, trying to cut corners and intuit what would be OK when changing the schema by NOT reindexing from scratch when you are _not_ completely familiar with the low-level details of Lucene is an recipe for problems. As you are finding out and Shawn explained. Think of it this way. The schema.

Re: Scoring, payloads and phrase queries

2015-07-25 Thread Jamie Johnson
Thanks Mikhail! I had seen this but had originally thought it wouldn't be usable. That said I think I was wrong. I have an example that rewrites a phrase query as a SpanQuery and then uses the PayloadNearQuery which seems to work correctly. I have done something similar for MultiPhraseQuery (tho

Re: Scoring, payloads and phrase queries

2015-07-25 Thread Mikhail Khludnev
Does PayloadNearQuery suite for it? On Fri, Jul 24, 2015 at 5:41 PM, Jamie Johnson wrote: > Is there a way to consider payloads for scoring in phrase queries like > exists in PayloadTermQuery? > -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics