On 05.02.15 19:13, Andy Seaborne wrote:
Hi Andy,
> You can just touch the text index with:
>
> SELECT (count(*) AS ?C) { ?x text:query .... }
>
> below that level, you can use Lucene tools themselves (or a java program
> to access the Lucene index).
great thanks that helped. I did get results with * but nothing when I
searche for a keyword. Then I disabled this one:
text:analyzer [ a text:LowerCaseKeywordAnalyzer ]
and with the default one it seems to work. Will read more docs for the
analyzers.
regards
Adrian