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,866 messages, beginning Mar 2005
- 3 messages added yesterday
java-user.lucene.apache.org
September 2011 - page 1
Saurabh Gokhale — 131490368201 Sep 2011*
Hi All, I need your help to understand how I can have Lucene applied to the following business scenario. Question is in RED *Business Scenario:* Analy...
Joseph MarkAnthony — 131502741303 Sep 2011*
Greetings, In the past (Lucene version 2.x) I successfully used MultiSearcher.subsearcher() to identify the searchable within a MultiSearcher to which...
Lior Barnea — 131512271704 Sep 2011
Hi all, I want to add user created tokens to a text field at index time, I want to pass some metadata to a custom filter I wrote that adds tokens to t...
Lior Barnea — 131514557404 Sep 2011*
Hi all, I want to add user created tokens to a text field at index time, I want to pass some metadata to a custom filter I wrote that adds tokens to t...
Otis Gospodnetic — 131515665004 Sep 2011*
Hello, I saw mentions of something called "Caste" a while back, but only now looked at what it is, and it sounds like something that...
Akos Tajti — 131523271005 Sep 2011*
Hi All, I'm setting the boost of our documents in indexing time based upon some properties. When searching, however, it seems that these index tim...
Michael Bell — 131529189406 Sep 2011*
Ok, one customer of ours insists on running a Really Big Single Server Lucene index. To be exact, there are about 300 million documents. This is runni...
Akos Tajti — 131530195006 Sep 2011*
Dear List, I'm running a prefix query, something like this: text:dummy*. The problem: in the result some non-exact matches get higher scores than ...
Li — 131530604006 Sep 2011*
hi all, I am using spellcheck in solr 1.4. I found that spell check is not implemented as SolrCore. in SolrCore, it uses reference count to track curr...
Akos Tajti — 131533516606 Sep 2011*
Dear List, I'd like to test fine-tune the boosts in the search module of our application. The problem is that we have many documents and it takes ...
Saurabh Gokhale — 131538001707 Sep 2011*
Hi All, I have a question about index size growing exponentially as the index goes larger. I am indexing last 2 years worth of data. Initially the ind...
建文 — 131539467707 Sep 2011*
hi: We want to use lucene in our website,The team is confued with using which version in our project.I google a lot and see the changelog on apache si...
建文 — 131539473107 Sep 2011
thanks so much. I will give your advice to my team.thanks 2011-09-07 janwen | China website : http://www.qianpin.com/ twitter : http://twitter.co...
建文 — 131540000107 Sep 2011*
Erick: you are the co-author of the lucene? 2011-09-07 janwen | China website : http://www.qianpin.com/ twitter : http://twitter.com/loujianwen -...
janwen — 131540039107 Sep 2011
haha 2011-09-07 janwen | China website : http://www.qianpin.com/ twitter : http://twitter.com/loujianwen - 网易闪电邮(fm.163.com),您...
Albert Ward — 131542020107 Sep 2011
Hello, I am interested in your publication http://lucene.apache.org/java/docs/index.html and would like to translate it to Bulgarian language, so I ca...
zarrinkalam — 131543853207 Sep 2011*
hi, I want to use LSI for clustring ducuments indexed with lucene, I dont know how, plz help me thanks,...
G.Long — 131546947508 Sep 2011*
Hi :) I have a lucene index with fields analyzed with Keyword Analyzer. In my java program, I search for a document by creating a query with two boole...
James Faulkner — 131548191608 Sep 2011
I have a question regarding the usage of enablePositionIncrements in StopFilter in Lucene 3.3. I wish to disable this which can be easily done using t...
Simon Willnauer — 131555900609 Sep 2011
Hey folks, Some of you might have heard, myself and a small group of other passionate search technology professionals have been working hard in the la...
dyzc2010 — 131556935509 Sep 2011*
Hi, I am trying to use OR operator, and want to know if it returns the results comprising of both keywords contained first and then either keyword lat...
Dragan Jotanovic — 131557697309 Sep 2011*
Hi, I recently upgraded to lucene 3.3 (from 3.0.3) and now my JVM keeps crashing. I noticed that it happens when I'm closing and reopening my inde...
SBS — 131579967712 Sep 2011
In our situation we need it so that search queries and indexing ignore apostrophes to the extent that the search results should be identical irrespect...
SBS — 131580014112 Sep 2011
In out situation we need it so that searches containing apostrophes and those not containing apostrophes yield identical results for content that cont...
SBS — 131580015612 Sep 2011
In out situation we need it so that searches containing apostrophes and those not containing apostrophes yield identical results for content that cont...
SBS — 131580038712 Sep 2011
Each time I posted I received a "500 Internal Server Error" message and assumed that the post had not been accepted. Obviously this was not ...
Lukáš Vlček — 131582336412 Sep 2011*
Hi, What is the recommended way to use custom Query implementations with Lucene (3.3.0) Highlighter framework? In short, what worries me a bit is the ...
Richard Marr — 131584215912 Sep 2011
Hi all, That's right, hold on to your hats, we're holding another London Search Social on the 18th Oct. http://www.meetup.com/london-search-so...
Erik Hatcher — 131585492012 Sep 2011
http://www.lucidimagination.com/blog/2011/09/... - pasted below too Hi everyone... I'm not usually much on advertising/hyping events where I speak...
Koji Sekiguchi — 131587459113 Sep 2011*
A user here hit the exception the title says when optimizing. They're using Solr 1.4 (Lucene 2.9) running on a server that mounts NFS for index. I...
SBS — 131589732513 Sep 2011*
In out situation we need it so that searches containing apostrophes and those not containing apostrophes yield identical results for content that cont...
v.sevel — 131591845913 Sep 2011*
Hi, I index several millions small documents per day. each day, I remove some of the older documents to keep the index at a stable number of documents...
antonio roa — 131593008213 Sep 2011*
Hi all, I am running an application using RemoveDuplicatesTokenFilter using solr-core-3.1 and after using the analysis interface this filter does just...
Joel Halbert — 131593063313 Sep 2011*
Hi Folks, What is the simplest method of constructing a multi term query such that the highest scoring document(s) is always that which contain all te...
Charlie Hubbard — 131603231014 Sep 2011*
Hi, I posted some questions to stackoverflow regarding how to upgrade from 2.2.x to 3.1.x. Hadn't gotten a response so I thought I'd try here....
Paul Taylor — 131608266615 Sep 2011*
Have updated from Lucene 3.0 to lucene 3.1 an dnow getting various deprecations that Im trying to move I change this filter class and now my test are ...
v.sevel — 131608927915 Sep 2011*
Hi, I have an index with 35 millions docs in it. every day I need to delete some of the oldest docs that meet some criteria. I can easily do this on t...
S Eslamian — 131637392318 Sep 2011*
Hi I am using QueryTermExtractor.getTerms for finding the terms of a given query in lucene 3.0.3. In it's document has said that "Utility cla...
janwen — 131641124819 Sep 2011
Where is the luke version3.4 along with lucene version 3.4.I can not browser the index generated by lucene 3.4. thanks 2011-09-19 janwen | China ...
Charlie Hubbard — 131642876119 Sep 2011*
I'm trying to reimplement a feature I had under 2.x in 3.x. I have a feature where a zip file for all of the documents returned by a search can be...
Michael McCandless — 131651868520 Sep 2011*
September 14 2011, Apache Lucene™ 3.4.0 available The Lucene PMC is pleased to announce the release of Apache Lucene 3.4.0. Apache Lucene is a high-...
aberdeen61 — 131654460820 Sep 2011*
I've been trying to use the QueryWrapperFilter as part of composing a set of filters. Are there limitations on the types of queries it can wrap? W...
SBS — 131654745120 Sep 2011*
We use StandardTokenizer and this works well but we also need to include terms in our index which consist of hyphenated terms with the hyphen removed....
Mihai Caraman — 131660708121 Sep 2011*
at the documentation page http://lucene.apache.org/java/3_4_0/ there's no link in contrib towards http://lucene.apache.org/java/3_4_0/api/contr......
Akos Tajti — 131664880221 Sep 2011*
Dear List, for multi term expressions I'd like to add higher rank if the matches are closer to each other. For example for the search term ...
Mihai Caraman — 131667930122 Sep 2011*
Hello gurus, Cutting to the chase, I index this: CategoryPath(lvl1,lvl2,lvl3) I want to group things as deep as lvl3. Which should be more eficient: *...
Darshan.Pandit — 131668325322 Sep 2011*
Hi, I need some insight into the how the document matching actually happens and how score is generated. The basic need driving this desire is to searc...
Peyman Faratin — 131669675322 Sep 2011*
Hi The problem I would like to solve is determining the lucene score of a word in _a particular_ given document. The 2 candidates i have been trying a...
Paul Taylor — 131669766122 Sep 2011*
Id made just a few changes to my code to remove deprecations that ocurred when I upgraded to Lucene 3.1, all tests work fine but when I tried to build...
Sam Jiang — 131670115122 Sep 2011
Hi all I have some questions about how I should store timestamps. From my readings, I can see two ways of indexing timestamps: DateTools (which uses f...
Next page