Hello Eirikur

1. What version of Slide and Lucene do I need to add Lucene indexing to my Slide store? There seems be some Lucene stuff in Slide 2.1...
the stuff in 2.1 is rather experimental, I think. In 2.2 (on the cvs HEAD available) it will be much more complete, I hope.

2. How do I activate the indexing?
For the stuff in 2.2 there is some doc under
http://wiki.apache.org/jakarta-slide/DaslConfiguration

3. Can I have seperate indexes for different URI's?
E.g. I would like to have one index for my articles (xml based docs) under '/files/cms/articles/....' and possibly a custom indexer (search document)
And another index for all other documents (Word,excel,pdf etc.) under '/files/cms/documents/...'
You will have a single index for each store you want to be indexed.
Separation of different subtrees you can made via your DASL query. There you give a scope, i.e. the subtree you want to search.
If you want to have different indexes, you might want to separate the docs in different Stores.
My goal is to have a web based search with "Spotlight" like search results categorizing.
Do you mean something like scoring or ranking? This is currently not available through DASL. Thats still a TODO.

4. How do I do a search in code if I have the query string?
The WebdavResource currently does not have a search method. But you can use the SearchMethod class.

DASL support is still under development as you see (:-)

Regards, Stefan


-- Stefan L�tzkendorf -- [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to