On 10/23/2014 2:47 AM, Erik Hatcher wrote:
> Ummm… see slides 10 and 11 here:
> http://www.slideshare.net/erikhatcher/solr-indexing-and-analysis-tricks
>
> So yes, you can do analysis tricks in an update script. And it’s incredibly
> useful and powerful! :)
That's pretty amazing. I would not
On Oct 22, 2014, at 3:27 PM, Shawn Heisey wrote:
> On 10/22/2014 11:50 AM, Tom LAMPERT wrote:
>> I am attempting to create a script (java script) using the
>> StatelessScriptUpdateProcessorFactory feature of solr but I am blocked on
>> how to access the current core instance (ultimately to acc
Thank you, embarrassingly I had not looked at that doc.
And thank you to the other repliers.
From: Chris Hostetter
Sent: 22 October 2014 20:38
To: solr-user@lucene.apache.org
Subject: Re: StatelessScriptUpdateProcessorFactory Access to Solr
Core/schema
On 10/22/2014 11:50 AM, Tom LAMPERT wrote:
> I am attempting to create a script (java script) using the
> StatelessScriptUpdateProcessorFactory feature of solr but I am blocked on how
> to access the current core instance (ultimately to access it's schema)? In
> the wikipedia example the input d
: I am attempting to create a script (java script) using the
: StatelessScriptUpdateProcessorFactory feature of solr but I am blocked
: on how to access the current core instance (ultimately to access it's
: schema)? In the wikipedia example the input document is accessible using
: doc = cmd.s
png>
--
View this message in context:
http://lucene.472066.n3.nabble.com/StatelessScriptUpdateProcessorFactory-Access-to-Solr-Core-schema-analyzer-etc-tp4165372p4165380.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hello,
I am attempting to create a script (java script) using the
StatelessScriptUpdateProcessorFactory feature of solr but I am blocked on how
to access the current core instance (ultimately to access it's schema)? In the
wikipedia example the input document is accessible using doc = cmd.solr