Hello

I have Lenya 1.2.4 running on WinXP and started playing around with the Default Publication. I cannot get lucene search to work properly. For most queries I get the following exception in the console: .search(): EXCEPTION: java.lang.IndexOutOfBoundsException: Index: 111, Size: 7

for other keywords, on the live site search, I get a: No results found.

I've read the 'tutorial' at http://lenya.apache.org/1_2_x/components/search/lucene.html and when I run the index-publication.bat at F:\dev\projects\apache-lenya-1.2.4\tools\bin I get the following output:
Buildfile: ..\..\build\lenya\webapp\lenya\bin\crawl_and_index.xml

init:
index:
   [echo] INFO: Index hypertext documents
   [echo] INFO: Show configuration
   [java] Index type: new
   [java] Index dir: ../../work/search/lucene/index/live/index
[java] Index dir (resolved): F:\dev\projects\apache-lenya-1.2.4\build\lenya
\webapp\lenya\pubs\default\work\search\lucene\index\live\index
   [java] htdocs_dump: ../../content/live
[java] htdocs_dump (resolved): F:\dev\projects\apache-lenya-1.2.4\build\len
ya\webapp\lenya\pubs\default\content\live
[java] Indexer class: class org.apache.lenya.lucene.index.ConfigurableIndex
er
   [echo] INFO: Create index ...
[java] ERROR [main] (AbstractIndexer.java:191) - java.io.IOException: Canno
t delete _1.f1
   [java] 500 total milliseconds
   [echo] INFO: Index has been created

BUILD SUCCESSFUL
Total time: 4 seconds


Am I missing something?

Thanks in advance,
Ioannis


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

Reply via email to