Hi Andrea

The SolrTextTagger github README [2] gives the correct information. I
have contributes those extensions to the SolrTextTagger project
myself. Just forgot to update the documentation afterwards.

On Thu, Dec 12, 2013 at 4:39 PM, Andrea Di Menna <ninn...@gmail.com> wrote:
>
> 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 :-)
>

I do have no plans to add such a feature. In the long term you should
merge those data in the index. For testing you could also configure
two FST linking engines for the different fields and add both to the
chain. However this will have some disadvantages (1) there is some
overhead in running two times to the text and (2) the two engines
might add overlapping Annotations that would be filtered if you would
just use a single Engine with labels from both fields.

best
Rupert

>
> Cheers
>
> Andrea
>
>
> [1]
> http://stanbol.apache.org/docs/trunk/components/enhancer/engines/lucenefstlinking
> [2] https://github.com/OpenSextant/SolrTextTagger/



-- 
| Rupert Westenthaler             rupert.westentha...@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Reply via email to