java-user.lucene.apache.org
(
List home) (
Recent threads) (
34 other Apache Lucene lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
- Moderate traffic list: up to 30 messages per day
- This list contains about 41,889 messages, beginning Mar 2005
- 10 messages added yesterday
java-user.lucene.apache.org
March 2006 - page 1
Eric Jain — 114120544701 Mar 2006*
After upgrading to Lucene 1.9, an index that used to take about 9h to build now requires 13h. Any one else notice a decrease in performance? This is h...
Nadav Har'El — 114122420701 Mar 2006*
A few days ago someone on this list asked how to efficiently "update" documents in the index, i.e., delete the old version of the document (...
Srikanth Kallurkar — 114123724101 Mar 2006*
Hi all, Can a vector of terms be contructed in Lucene. A term vector for a document, for example, would contain the indexed terms of that document. Al...
Seeta Somagani — 114123958501 Mar 2006
Is there a way to get the startOffset and endOffset if I know the termPosition in the field?...
Standa Opichal — 114124227301 Mar 2006
Hi! I have just downloaded the 1.9 release. Put the provided .war file to my Tomcat install and successfully created the index which I am able to quer...
Doug Cutting — 114124347301 Mar 2006*
Release 1.9-final of Lucene is now available from: http://www.apache.org/dyn/closer.cgi/lucene/j... This release has many improvements since release 1...
Samuru Jackson — 114124879001 Mar 2006*
Hi! Is there a way to retrieve a List of the matching words for a Hit? For example I create a query like this one: "Paris London -Stockholm...
Eyal Post — 114125364901 Mar 2006*
I'd like to add a line count field to my indexed document. The obvious way is to read my file twice, once to tokenize it and add it's conten...
Jeff Rodenburg — 114125697501 Mar 2006*
I've been wrestling with a way to index and search data with a geo-positional aspect. By a geo-positional search, I want to constrain search resu...
Larry Ogrodnek — 114127140502 Mar 2006*
Hey, I put together a little ajax / lucene javadoc lookup site that I just wanted to share.... I've found it pretty useful to be able to just typ...
Haritha_Parvatham — 114128038702 Mar 2006*
Hi,Thanks to all, I have sucessfully installed lucene 1.4.3 & able to run it. Now ,I would like to intergrate lucene with my web application.Pleas...
Haritha_Parvatham — 114128107602 Mar 2006
Hi, Actually,I have created front-end design page in html.From the front-end I want to search the text. So how I will intergrate lucene with my fronte...
sog — 114128545202 Mar 2006*
I am implement a search engine, I do some special search requirement: Grammatical Connectors /s Search terms in the same sentence: design /s defect ...
Michele Bini — 114129921302 Mar 2006
Hello, I'm trying to use compressed fields with a gcj build of yesterday trunk lucene sources, but it crashes with a java exception. The same cra...
Larry Ogrodnek — 114131981702 Mar 2006*
Thanks for checking it out! My implementation is pretty simple. Building the index, I only look at <META NAME="keywords" ...> elements...
Cian O'Maidin — 114132252702 Mar 2006*
Hi , I am currently trying to Full-Text-Search Enable an application server that deals solely in one type of XML document.(Of my design) Currently I...
David denBoer — 114133404102 Mar 2006
Hi all, We are havign a small problem searching for text with accents in the query. Our index has a word like 'agréé', and when we search ...
Seeta Somagani — 114133439302 Mar 2006
When I had this problem, I found out that the characters that I'm entering were in UTF-8 format and java converts numbers to a cp1252 encoding. I...
Rajesh Munavalli — 114139907803 Mar 2006
I am not sure if a Query Filter would reduce the retrieval time in the following scenario. The idea is to retrieve top N documents where the query ter...
Ravi — 114140819203 Mar 2006*
Hi , I am using Standard Analyzer with stop words when I am trying to index my documents.. but when I want to support wildcard functionality it is not...
Anton Potehin — 114140868903 Mar 2006*
I have a problem. There is an index, which contains about 6,000,000 records (15,000,000 will be soon) the size is 4GB. Index is optimized and consists...
Seeta Somagani — 114141888303 Mar 2006
That would most likely be the result of your range query expanding to more than BooleanQuery.getMaxClauseCount(); Use BooleanQuery.setMaxClauseCount(i...
Doug Cutting — 114142190103 Mar 2006
Release 1.9.1 of Lucene is now available from: http://www.apache.org/dyn/closer.cgi/lucene/j... This fixes a serious bug in 1.9-final. It is strongly ...
Urvashi Gadi — 114142305903 Mar 2006*
Hi All, I am trying to filter my search using RangeFilter class but i get BooleanQuery TooManyClauses exception. Exception in thread "main...
Raul Raja Martinez — 114144662304 Mar 2006*
Is it possible to search many indexes in one query and get back the Hits ordered by relevance? Can someone point me out to some document or place that...
Petr Hrebejk — 114148033904 Mar 2006*
Hi, I'm trying to use following call: doc.add(new Field("contents", array, Field.Store.YES ) ); When array.length > 1024, then I get...
Eric Jain — 114158361505 Mar 2006
I've noticed that while the QueryParser (both the default QueryParser and the PrecedenceQueryParser) refuse to parse foo bar) baz they both seem ...
Yonik Seeley — 114159850905 Mar 2006*
Solr is a new open-source search server that's based on Lucene, and has XML/HTTP interfaces for updating and querying, declarative specification ...
Haritha_Parvatham — 114164051106 Mar 2006*
Hi, Can anyone giude me to intergrate snowball in lucene. I have downloaded snowball srcs.But some files are written in 'c' language.I have ...
zzzzz shalev — 114164317206 Mar 2006*
hey all, my team has been working for the last couple of days on integrating carrot2 into our project as a sort of src (search result clustering) solu...
Haritha_Parvatham — 114164525506 Mar 2006*
Hi kimber, Thanks for replying my query.I have downloaded the snowball.After building it ,What is the next step.How to inplement snowball in lucene.pl...
Waleed Tayea — 114165739006 Mar 2006*
I'm working on Arabic text, so the example might not be understandable. What I mean is that with the morphologial analysis the tokens are reduced...
Andrew Schetinin — 114165829606 Mar 2006
Hi Samuru, No, it is a part of a bigger project (quite small part), and nobody is going to sell parts of it, at least for less than $X00,000 :-) Best ...
WATHELET Thomas — 114166343006 Mar 2006
Thanks a lot. -Original Message- From: Erik Hatcher [mailto:] Sent: 06 March 2006 16:25 To: Subject: Re: MultisearchThis just came up the other day as...
Andrew Schetinin — 114166915206 Mar 2006*
Dear all,Me and my college, Mr. Ziv Gome, would like to present here an implementation of synonyms search that we use in our server. Probably it will ...
Eugene — 114167076306 Mar 2006*
Hi, I tried implementing my own Similarity and setting it in IndexWriter.setSimilarity(new CosSimilarity()). But, there's something weird, it doe...
Dalton, Jeffery — 114168230906 Mar 2006
I am just going to wax philosophical for a minute. I am trying to understand lucene's merging algorithm in depth. Let's say I create an inde...
WATHELET Thomas — 114168305706 Mar 2006*
I made a multi search into my Lucene index. It's work properly but I would like to know if it's possible to know in witch index de document ...
Satuluri, Venu_Madhav — 114169094507 Mar 2006*
Hi, The following query does not work as expected for me: "alwaysTrueField:true (-name:john)" neither does this: "alwaysTrueField:true ...
Eugene — 114171492607 Mar 2006*
Hi All, I'm not sure how to interpret the result of the toString method of Explanation. I'm trying to see the values of each component of th...
Eugene — 114171591107 Mar 2006*
Hi, I would like to override the Similarity class lengthNorm(String fieldName, int numTerms) so that it behaves similar to queryNorm(float sumOfSquare...
Prasenjit Mukherjee — 114172455507 Mar 2006*
I already have an implementation of a distributed crawler farm, where crawler instances are runnign on different boxes. I want to come up with a distr...
Haritha_Parvatham — 114172897007 Mar 2006*
Hi, I have downloaded the latest release lucene 1.9.I have deployed in tomcat. When i search from the front end.It gives me the message.Please tell me...
Eric Jain — 114173289307 Mar 2006*
I need to write a function that copies a MultiPhraseQuery and changes the field the query applies to. Unfortunately the API allows access to neither t...
Leon Chaddock — 114173708207 Mar 2006*
Hi, I am very interested in this aswell, as I wish to display related searches for users. Does anyone know if this work is open source and is there an...
Thomas Papke — 114173748607 Mar 2006*
Hello, anyone implement the "Google Suggest" Feature using Lucene? The Frontend is clear - but i need a very fast way to retrieve matching t...
Ziv Gome — 114173957207 Mar 2006
Hi all, I have few more remarks to Andrew's already thorough mail... I fear though Andrew gave me too much credit, for a cooperative, brain-storm...
Murat Yakici — 114174720007 Mar 2006*
Hi, I was building the Lucene 1.9.1 source code. I have received the following error msg: "Unreported exceptions: java.io.IOException must be cau...
Rainer Dollinger — 114174768807 Mar 2006
Hello, I want to use Lucene to get similar documents based on a Boolean Query (similar metadata with OR clauses) and ratings of the user for already s...
Apache Lucene — 114174915007 Mar 2006*
Hi, I am using Lucene 1.9.1 to index the files. The index writer created the following files (1) segment file "segments" (2) deletable file ...
Next page