Re[2]: Better way for use lucene search in ejb

2006-12-29 Thread Alex Novik
Hi, Grant. Main (first) question is: Improve performance of search in J2EE app. Problems: 1. In EJB container I can't start Thread. 2. If i use RMI call from EJB container to Lucene app with binds RemoteSearch - perfomance ten times more then simple Java application. (sample) LocateR

Re: NewBie:- Which Analyzer is best for Text and Number Indexing

2006-12-29 Thread Erick Erickson
Assuming that you are indexing these in different fields in your Lucene document, you can use a PerFieldAnalyzerWrapper to use different analyzers for each field. Be sure you carefully coordinate the analyzer you use for indexing with the one you use for searching or your results will not be what

Re: newbie lucene indexing/search question

2006-12-29 Thread Erick Erickson
It all depends upon how you index it There are at least three approaches. 1> each paragraph is a distinct Lucene document. You'd also index some data with each paragraph that allows you to reconstruct what book it came from. What relevance means on a per-book basis is a question you need to

Re: help finding docs, creating analyzer objects

2006-12-29 Thread Grant Ingersoll
--- releases.html.old 2006-12-28 10:04:39.470041600 -0600 +++ releases.html 2006-12-28 10:14:13.144945600 -0600 @@ -200,6 +200,11 @@ Both binary and source releases are available for http://www.apache.org/dyn/closer.cgi/lucene/ java/">download from the Apache Mirrors + + The zip fil

NewBie:- Which Analyzer is best for Text and Number Indexing

2006-12-29 Thread aslam bari
Hello All, I m new to Lucene and want to know which anayzer to use for indexing the Text and Numbers as well. But here is a problem. I have a xml file which has text and numbers in values. I want to index some(special) nodes value with [text and Numbers] but don't need all of the nodes to come

comparing Ramdirectory to MMap

2006-12-29 Thread zzzzz shalev
hey all, i am currently running lucene 1.43, i am loading all relevant searchable data into a ramdir and storing display data in oracle. i have read good things about mmap and was wondering about the following: 1. does it require a 'warm up' to achieve sub-second results? if so,

Re: Major Bioinformatics center adopts Lucene to help biologists search "everything"

2006-12-29 Thread Lukas Vlcek
Hi, Do you think you could give me some details about your index size? I am interested in number of documents in all indices, how indices are they distributed (are they hosted on single machine or spread all over the world), did you use any other specific technology (Compass or other framework)..