Re: PreAnalyzed URP and SchemaRequest API

2018-04-13 Thread David Smiley
l manage. > > Thanks again, > Markus > > -Original message- > > From:David Smiley > > Sent: Thursday 12th April 2018 19:16 > > To: solr-user@lucene.apache.org > > Subject: Re: PreAnalyzed URP and SchemaRequest API > > > > Ah ok. > > I'

RE: PreAnalyzed URP and SchemaRequest API

2018-04-13 Thread Markus Jelsma
y on Lucene core and analysis-common, it would be helpful, but we'll manage. Thanks again, Markus -Original message- > From:David Smiley > Sent: Thursday 12th April 2018 19:16 > To: solr-user@lucene.apache.org > Subject: Re: PreAnalyzed URP and SchemaRequest API > >

Re: PreAnalyzed URP and SchemaRequest API

2018-04-12 Thread David Smiley
s information. It won't be a problem, but it is > cumbersome. > > Thanks anyway, > Markus > > -Original message- > > From:David Smiley > > Sent: Thursday 5th April 2018 19:38 > > To: solr-user@lucene.apache.org > > Subject: Re: PreAnalyzed URP and

RE: PreAnalyzed URP and SchemaRequest API

2018-04-09 Thread Markus Jelsma
19:38 > To: solr-user@lucene.apache.org > Subject: Re: PreAnalyzed URP and SchemaRequest API > > Is this really a problem when you could easily enough create a TextField > and call setTokenStream? > > Does your remote client have Solr-core and all its dependencies on the >

Re: PreAnalyzed URP and SchemaRequest API

2018-04-05 Thread David Smiley
Is this really a problem when you could easily enough create a TextField and call setTokenStream? Does your remote client have Solr-core and all its dependencies on the classpath? That's one way to do it... and presumably the direction you are going because you're asking how to work with PreAnal

PreAnalyzed URP and SchemaRequest API

2018-04-04 Thread Markus Jelsma
Hello, We intend to move to PreAnalyzed URP for analysis offloading. Browsing the Javadocs i came across the SchemaRequest API looking for a way to get a Field object remotely, which i seem to need for JsonPreAnalyzedParser.toFormattedString(Field f). But all i can get from SchemaRequest API i