Re: [E] Re: Stemming and Managed Schema

2016-06-04 Thread Alexandre Rafalovitch
Oops, ignore. Shawn answered that with a link earlier. I was reading this on the phone Newsletter and resources for Solr beginners and intermediates: http://www.solr-start.com/ On 5 June 2016 at 14:32, Alexandre Rafalovitch wrote: > Isn't just reloading the core via

Re: Getting a list of matching terms and offsets

2016-06-04 Thread Alexandre Rafalovitch
It sounds like TermVector component's output: https://cwiki.apache.org/confluence/display/solr/The+Term+Vector+Component Perhaps with additional flags enabled (e.g. tv.offsets and/or tv.positions). Regards, Alex. Newsletter and resources for Solr beginners and intermediates:

Re: Solr Cloud and Multi-word Synonyms :: synonym_edismax parser

2016-06-04 Thread MaryJo Sminkey
On Sat, Jun 4, 2016 at 11:47 PM, John Bickerstaff wrote: > MaryJo - I'm on vacation but can't resist... iirc there are some very > useful query modifications suggested in the readme on the github for the > plugin... can't access right now. > I'm assuming you mean the

Re: find stores with sales of > $x in last 2 months ?

2016-06-04 Thread Alexandre Rafalovitch
Are you asking for just numerical comparison during search or about a way to aggregate numbers from multiple records? Also, is this last month as in 'January' (rolling monthly) or as in 'last 30 days' (rolling daily). Sorry, your question a bit confusing. Numerical comparison is just a range

Re: [E] Re: Stemming and Managed Schema

2016-06-04 Thread Alexandre Rafalovitch
Isn't just reloading the core via Admin interface sufficient? I though that all Solr driven changes are written out to managed-schema at once, so as long as core is reloaded right after manual changes, it should be OK. Regards, Alex On 4 Jun 2016 10:12 am, "Erick Erickson"

Re: Solr Cloud and Multi-word Synonyms :: synonym_edismax parser

2016-06-04 Thread John Bickerstaff
MaryJo - I'm on vacation but can't resist... iirc there are some very useful query modifications suggested in the readme on the github for the plugin... can't access right now. You may know about them already, but if it's been a while since you looked, those may help... On Jun 3, 2016 12:28 PM,

Re: Can a DocTransformer access the whole results tree?

2016-06-04 Thread Mikhail Khludnev
I'm sorry for thinking sooo slow. On Sat, Jun 4, 2016 at 7:19 PM, Upayavira wrote: > Ahhh, seen it now in your SubQueryAugmenterFactory, via the threadLocal. > Somewhat scary code, but I think I can work with it! > > Thanks! > > Upayavira > > On Sat, 4 Jun 2016, at 10:30 AM,

Re: Can a DocTransformer access the whole results tree?

2016-06-04 Thread Upayavira
Ahhh, seen it now in your SubQueryAugmenterFactory, via the threadLocal. Somewhat scary code, but I think I can work with it! Thanks! Upayavira On Sat, 4 Jun 2016, at 10:30 AM, Mikhail Khludnev wrote: > Had you check >

Re: Can a DocTransformer access the whole results tree?

2016-06-04 Thread Mikhail Khludnev
Had you check https://lucene.apache.org/solr/6_0_0/solr-core/org/apache/solr/request/SolrRequestInfo.html#getRsp-- ? 27 мая 2016 г. 16:55 пользователь "Upayavira" написал: > In a JSON response, we get this: > > { > "responseHeader": {...}, > "response": { "docs": [...] }, >