You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Harry J. Foxwell" <hf...@cs.gmu.edu> on 2002/08/15 04:46:09 UTC

2 quick cocoon/lucene demo questions

just started looking at the lucene demo that comes
with the cocoon distribution.

why does "boost" factor (using ^) for queries not work?

what is the exact location of the directory & files being
indexed in the demo? (placing test files in the
webapps/cocoon/documentation directory and recreating the
index does not seem to add them to the index).

-- 



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: 2 quick cocoon/lucene demo questions

Posted by Vadim Gritsenko <va...@verizon.net>.
Harry J. Foxwell wrote:

>just started looking at the lucene demo that comes
>with the cocoon distribution.
>
>why does "boost" factor (using ^) for queries not work?
>
>what is the exact location of the directory
>

<work-directory>/index


>& files being indexed in the demo?
>

It does not index *files*, but URIs. By default, it indexes page 
http://localhost:8080/cocoon/documents/index.html and all other pages 
accessible from it.


> (placing test files in the
>webapps/cocoon/documentation directory and recreating the
>index does not seem to add them to the index).
>

(perhaps you forgot to link to them)

Vadim



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>