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 is FieldTypeRepresentation, which offers me 
getIndexAnalyzer() but won't allow me to construct a Field object.

So, to analyze remotely i do need an index-time analyzer. I can get it, but not 
turn it into a Field object, which the PreAnalyzedParser for some reason wants.

Any hints here? I must be looking the wrong way.

Many thanks!
Markus

Reply via email to