[Yanel-dev] yarep search documentation

simon litwan simon.litwan at wyona.com
Fri Sep 19 10:39:34 CEST 2008


hi all

i've added some documentation about search in yarep.

http://localhost:8080/yanel-website/en/documentation/yarep/yarepsearch.html

while documenting i noticed something which i think needs to be improved.

i've also added some FIXME:
at the moment one can control the indexing in several ways.
- configuration auto-indexer
- configuration index-fulltext/index-properties
- do explicit indexing via Indexer.index(node). (in my opinion this 
should be possible independently of 
auto-indexer/index-fulltext/index-properties)

now if you configure index-fulltext=false and you index explicit with 
Indexer.index(node) it will do nothing. (Not even tell you).
i think index-fulltext=false only make sense if auto-indexer=true if you 
want only auto-index properties. but then still if you want to explicit 
index a node it will do nothing (not even tell you).

i would propose to remove auto-indexer element and control auto-indexing 
with index-fulltext resp. index-properites. this way one can configure 
auto indexing of nodes AND/OR properties.


WDOT
simon





More information about the Yanel-development mailing list