: > Is there any way in solr to say p_value[someIndex]="pramod"
: And p_type[someIndex]="client".
: No, I'm 99% sure there is not.

it's possibly in code, by utilizing positions and FieldMaskingSpanQuery... 
http://lucene.apache.org/java/2_9_0/api/all/org/apache/lucene/search/spans/FieldMaskingSpanQuery.html

...but there is no QParser or RequestHandler with syntax for exposing it 
to clients.  it would have to be a custom plugin.


-Hoss

Reply via email to