Hi guys, couple of questions regarding the lucene fst linking engine. In [1] it is said that "That means that fields used for FST linking MUST use field analyzers that produce consecutive positions (i.e. the position increment of each term must always be 1)."
But in the SolrTextTagger github README [2] I can see: "There are some nuances to properly configuring the analyzer. The *query* time analyzer should output tokens with posInc >= 1." Which is the correct one? Also, at the moment it is only possible to read from one field to build the FST. I wanted to use a Solr index I already have which is storing data in two different fields. I know I can rebuild the index merging the data in a single field, but I was wondering if you plan to support such use case :-) Cheers Andrea [1] http://stanbol.apache.org/docs/trunk/components/enhancer/engines/lucenefstlinking [2] https://github.com/OpenSextant/SolrTextTagger/
