  | | | Lucene | Hi
Would there be a problem if one enters space while using wildcards ?
say i search for 'abc ' . i get 100 hits as results
'man ' gives - 200
'abc man ' gives 300
but
'ab* man '
'abc ma* '
ab* I recently read in regards to my problem that date_field [0820483200
TO 1104480000]
is evluated into a series of boolean queries ... which has a cap of
1024 ... considering my documents will have dHi
I use Lucene inside a Cocoon application. The indexed documents URLs are
something like <domain-name >// <integer >/ <integer >/ <integer >. For example
flowers//1/234/23
flowers//2/23/90
...
anRedirecting to lucene-user list.
Maybe this is what you need
http //sourceforge.net/projects/luceneserver/
Otis
--- haipeng du <haipengdu@(protected) > wrote
> Everyone
> I want to creatI 'm opening a new IndexReader for every search request which obviously isn 't
the best option.
If I open a reader can I use the same searcher for multiple
requests that are happening simultaneouHi
Does anyone know if there is free-software to crawl internet site
(webcrawler)? I know currently lucene does not have this feature
according to official lucene FAQ.
Thanks very much for heHello
I 'm seeing in my index directory some segment files that are not included in the segments or
deletable files. These segment files show their last modified date to be anywhere between a coup
Hi Luceners
Apologies.........
Other day was Trying to Search using the "Luceneweb " version
with Lucene1-4-1.zip and O/s Linux J2SDK version "1.4.2_03-b02 "
With Roughly arounI have been investigating a serious memory problem in our web app (using
Tapestry Hibernate & Lucene) and have reduced it to being the way in which
we are using Lucene to search on things. Being Hi all
I have a Keyword field in my Lucene docs.
And i am tring to execure some queries on this field.
1. MyKeywordField ([ "ABC " TO "ABC "]) - this query is OK and returns expecting result
Is there a way to via the parser or the query retrieve a list of the
stop words removed by the analyzer? or should i just check my query
against .STOPWORDS and do it myself?
--
I am having touble reindexing.
Basically what I want to do is
1. Delete the old index
2. Write the new index.
The enviroment
The index is search by a web app running from the Orion App SeI am new to lucene and trying to perform a sorted query on a list of
people 's names. Lucene seem unable to properly sort on the name field of my
indexed documents. If I sort by the other (shorterHi
I 'm trying to learn the Scoring mechanism of Lucene. I want to fetch
each parameter value individually as they are collectively dumped out by
Explanation. I 've managed to pull out TF and IDF Christian Rodriguez wrote
> Now the problem I have is that I dont have a way to force a flush of
> the IndexWriter without closing it and I need to do that before
> commiting a transaction or I woI use PorterStemAnalyzer provided by Otis (see
http //www.onjava.com/pub/a/onjava/2003/01/15/lucene.html?page 2 )
in
http //cvs.apache.org/viewcvs.cgi/jakarta-lucene-sandbox/contributions/snowbaHi
I am certainly not the first and probably not the last that have had
problems with accented characters in my index. But unfortunately I
couldnt find anything in neither lucene nor the lucHi all
I have implemented lucene search for my documents and db successfully.
Now my problem is the index i created is indexing to my local disk i want the index to be created with referenc
Hello
Do you know something about hebrew support in Lucene
Thanks in advance
Alex Kiselevsky
Speech Technology Tel 972-9-776-43-46
R&D Amdocs - Israel Mobile 972-53-63 50 38
mailto alHello
I am trying to use transactions with the Lucene + BDB package. I want
to be able to open a directory and IndexWriter and then do things
like
open IndexWriter
start transaction 1
wriI 'm interested in doing sorting in Lucene. Is there a FAQ or an article that
will show me how to do this? I already have my indexing and searching working.
Thanks!
Hello
I am trying to compile the analyzers from the Lucene sandbox contributions. Many of them seem to import org.apache.lucene.analysis.WordlistLoader which is not currently in my classpath.
Hello
I want administrate two index one for online searches and another for index
process.
I want that the users search with a complete index if I leave search at the
users over the same indTo be able to search in Persian I convert the original query from a form field which is in the XML CharRefs formt e.g. "ا ي ر ا ن " to "\u0627\u064a\u0631\u0627\u0646 ". sinmost of the html parsers I can find on the web handle only the <tag >
syntax and forget about the { code } syntax that usually occurs in a
lot of web pages.
Is there a good library to return the pHi
I was hoping it wouldn 't come to this
I 've got unicode in my source HTML. In particular within meta tags
and it 's getting broken by the indexer. Note that I 'm not trying to
query on anyHi all
I 'm trying to understand what 's going on with the query parser
and keyword fields.
I 've got a large subset of my documents which are "publications ".
So as to be able to query these I 'Luceners
When a field is not tokenized should I replace every space
for a "? "?
I 'm looking up for my dear
If I test with luke it splits the words in 'my ' and 'dear '. So I canDear Lucene-Users
is there any possibility to use proximity for long queries (10 and more
terms) automatically? I need a kind of ranking feature that would give
higher relevance scores to thoseIs there a simple way to iterate through all the documents to
get their TermFreqVectors? Do I need to write a custom
IndexSearcher for this? Or can I just get an enumeration of
the document ID a |
|
 |