OBEROn - Bug Trace - Oberon Platform
Viewing Issue Advanced Details
32 Application server feature N/A 2011-04-27 10:59 2011-05-17 17:24
g_prajeesh  
g_prajeesh  
high  
closed  
suspended  
none    
none  
0000032: Content Search Integration
Need to integrate content search tool. Preferable some open source tool such as Lucene
Issue History
2011-04-27 10:59 g_prajeesh New Issue
2011-04-27 11:56 administrator Note Added: 0000031
2011-04-27 12:13 g_prajeesh Note Added: 0000033
2011-04-27 12:16 g_prajeesh Note Edited: 0000033
2011-04-28 11:34 administrator Note Added: 0000034
2011-04-28 11:34 administrator Note Edited: 0000034
2011-04-28 11:35 administrator Assigned To => g_prajeesh
2011-04-28 11:35 administrator Status new => feedback
2011-05-17 17:24 administrator Status feedback => closed
2011-05-17 17:24 administrator Resolution open => suspended

Notes
(0000031)
administrator   
2011-04-27 11:56   
You can search inside object field values with ooql "filter" commands.
You can index attachements enabling the Tika module
(0000033)
g_prajeesh   
2011-04-27 12:13   
(edited on: 2011-04-27 12:16)
http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Content-Extraction-Tika [^]

May be we have to go in depth and see how it works

(0000034)
administrator   
2011-04-28 11:34   
In Oberon, the Tika module is used to extract data/text from several file types. The binary content is transformed to a text and saved inside a DB clob field.
You can decide to activate this option during the file checkin (fileput) operation. Search inside file content can be perfomed by a filter in the OOQL query command:

query immediate ...... filter ( filecontent[ FileTypeName ] ~= "*SearchedText*" )