Thank you, it's much more clear now. I also have another question related to this: what if 2 queries require different analyzers for the same predicate? How can I specify which one to use in the query? The general form is "(?s ?score ?literal) text:query (property 'query string' 'limit')", is it maybe possible to use "lucene-field-name" instead of "property"?
> Hi Laura! > > That's correct. graphField is simply the name of the field that Lucene > should use for storing graph URIs, just like entityField is the field > name for storing entity (subject) URIs. > > It doesn't make sense to have multiple entityMaps per text index. I > don't know whether that would work at all, I've never tried. > > -Osma
