Page 1 of 1

fulltext search problem?

PostPosted:Thu Aug 02, 2018 5:11 am
by jerry_tseng
Hello Sir:

Currently I use the community 6.3.5 version to the test , upload name title is 'ASET' file, but the full search can not find it.

But use OpenKM online demo version, find success.
1.jpg
1.jpg (59.07 KiB) Viewed 1938 times
1. Professional version with the community on the fulltext search there is a difference?
2. I trying to set hibernate.search.analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer parameters in OpenKM.cfg, But still did not work.
3. Will it be related to the Lucene version? The current community version of Lucene is 3.1.0, Update it will improve?

thanks.

Re: fulltext search problem?

PostPosted:Fri Aug 03, 2018 6:45 pm
by jllort
Seems this is a PDF file. I think the issue might be with PDF text extraction process rather than lucene analyzer. I suggest check if the document has been processed by text indexing queue ( Administration > stats > pending stats queue )

To check extracted contents have several options:
1- SQL query like ( look into column ND_TEXT_EXTRACTED )
SELECT * FROM OKM_NODE_DOCUMENT WHERE NBS_UUID='the document uuid you can get from properties tab';

2- List indexes feature:
https://docs.openkm.com/kcenter/view/ok ... dexes.html