Search Discussions
-
I have a project where there are multiple collections - could be dozens at times that a single results set needs to be generated by applying the same search criteria to each collection directory and ...
Baldwin, David
Sep 6, 2014 at 3:05 am
Sep 9, 2014 at 1:21 pm -
Hi, I just noticed that a search like "rooms to go" is failing to highlight. (I use FastVectorHighlighter). I know it's caused the stop word (to). Is there a recommended way to fix this? I may just ...
Rob Nikander
Sep 23, 2014 at 12:59 am
Sep 24, 2014 at 9:21 am -
Hi On running a quick test after a handful of minor code changes to deal with 4.10 deprecations, a program that updates an existing index failed with Exception in thread "main" ...
Ian Lea
Sep 10, 2014 at 11:02 am
Sep 10, 2014 at 12:12 pm -
I have an index of about 30 million short strings, the index size is about 3GB in disk I have give jvm 5gb memory with default setting in ubuntu 12.04 of sun jdk 7. When I use 20 theads, it's ok. But ...
Li Li
Sep 19, 2014 at 12:07 pm
Sep 22, 2014 at 12:09 am -
Hi, I have a dataset which has files in the form of tokens where the original data has been tokenized, stemmed, stopworded. Is it possible to skip the lucene analyzers and index this dataset in ...
Sachin Kulkarni
Sep 14, 2014 at 8:06 pm
Sep 25, 2014 at 8:21 pm -
We are using lucene 4.1 and getting below error while deploying our application it on axis2 . *java.lang.IllegalArgumentException: A SPI class of type org.apache.lu <http://org.apache.lu/ ...
Rajendra Rao
Sep 24, 2014 at 8:03 am
Sep 25, 2014 at 10:13 am -
Dear members at Lucene project, I'm developing poi search application using lucene 4.8 . Recently, I met a trouble that the performance of IndexSearcher.search is bad in multiple-thread environment ...
Harry Yu
Sep 15, 2014 at 7:20 am
Sep 15, 2014 at 9:48 am -
Hi, all we got an OutOfMemoryError throwed by SimpleMergedSegmentWarmer. We use lucene 4.7, and access index file by NRTCachingDirectory/MMapDirectory. Could any body give me a hand? Strack trace is ...
308181687
Sep 13, 2014 at 8:25 am
Sep 14, 2014 at 3:10 am -
Pardon the length of the question. I have an index with 100 million docs (lucene not solr) and term queries (A*, A AND B* type queries) return pretty quickly (2 -4 secs) and I pick the lucene docIds ...
Shouvik Bardhan
Sep 19, 2014 at 4:24 am
Sep 20, 2014 at 4:03 pm -
I am trying to use some filters from the snowball package. However, when I run the following code: Map<String,String args = new HashMap< (); TokenStream tokenStream = new ...
Atawfik
Sep 4, 2014 at 10:25 am
Sep 5, 2014 at 6:08 pm -
Hi, Is there a way to index an entire json document automatically as one can do with the new PostgreSQL json support? By automatically, I mean to create an inverted index entry (path: value) for each ...
Larry White
Sep 4, 2014 at 10:47 am
Sep 4, 2014 at 1:52 pm -
Hi, As per the post "The Generics Policeman Blog <http://blog.thetaphi.de/2012/07/use-lucenes-mmapdirectory-on-64bit.html " , I am using the MMapDirectory for faster access(search and update ...
Gaurav gupta
Sep 26, 2014 at 7:12 pm
Sep 27, 2014 at 10:16 am -
Hi, Is there any way to migrate a Lucene index to Elastic Search? Read somewhere that it is possible through a Java app which would read the documents from the Lucene index and then write it to the ...
Akshay.jain
Sep 26, 2014 at 7:04 am
Sep 26, 2014 at 12:19 pm -
Hello, I have a problem when i search with lucene, but i dont know if this is a problem of my Index or my Search. At Index, I have like parameter a list of data of an individual The list has values ...
James Chirinos Pinedo
Sep 16, 2014 at 7:41 am
Sep 17, 2014 at 7:56 pm -
Hi, I have had this issue : java.io.FileNotFoundException: F:\logserver\index\INFRA-LOGSERVER2_UNIV_UNIV_DBIZ\cpp\cpp_D_2014-09-13\_xr_Lucene45_0.dvd (Insufficient system resources exist to complete ...
Vincent Sevel
Sep 15, 2014 at 7:20 am
Sep 15, 2014 at 11:02 am -
I thought I could use the KeywordTokenizer to prevent tokenizing on spaces. so I can treat some fields as a single term. But it's still tokenizing on spaces. In the code below, I'm storing a document ...
Milind
Sep 9, 2014 at 12:05 am
Sep 9, 2014 at 12:25 pm -
Hi@all I am using Lucene 4.9 for a search application. Now i'd like to create complex queries such as: "hello world * this is interesting" This should match every dokument with the phrases "hello ...
Mirko Sertic
Sep 3, 2014 at 7:42 pm
Sep 8, 2014 at 7:39 pm -
Hello, Well, I need do a query to locate Phrases like that: Petruz Augusto Petruz Auguzto Petrs Augusto ... Well, in a single word, I can use fuzzy, but, how I can use it in phrases? I think that I ...
Teko
Sep 22, 2014 at 6:45 pm
Sep 23, 2014 at 12:16 pm -
Hi, I am very new to Lucene. Can you provide me with a link to a tutorial which can guide me to creating lucene indexes of text files. Thanks ...
Akshay.jain
Sep 5, 2014 at 5:06 am
Sep 5, 2014 at 10:16 am -
If we want to implement simple facet counting feature, it seems we can do it via sortedset or taxonomy writer/reader. Seems sortedset is simpler but doesn't support hierarchical facet count such as ...
Yonghui Zhao
Sep 22, 2014 at 5:49 pm
Sep 27, 2014 at 2:17 pm -
I have an index that was created in 4.5.1 using a custom Codec (actually just the Lucene45Codec codec with the getPostingsFormatForField method overridden to return a MemoryPostingsFormat for a ...
Michael Poindexter
Sep 25, 2014 at 8:00 pm
Sep 26, 2014 at 2:26 pm -
Hi, Background: My company has built an Android application that utilizes Lucene 4.7.0 to index and search upon a fairly static set of about 100,000 documents. We have used numerous versions of ...
David Linde
Sep 25, 2014 at 9:00 pm
Sep 26, 2014 at 7:09 am -
Hi all, How come in 4.8.1, the document.setBoost method is missing. So what is the method for document level boost now? Regards, Jun
#LI JUN#
Sep 21, 2014 at 8:24 am
Sep 21, 2014 at 8:37 am -
Hi, I am a new user to Lucene Search I want to index the contents of a file. Contents of the file will be a single file name with extension (file name may contain special characters) While indexing, ...
Ulaganathan, Udhayakumar
Sep 16, 2014 at 3:36 pm
Sep 17, 2014 at 8:07 pm -
Hi I am working on using Arabic Stemmer https://lucene.apache.org/core/3_6_0/api/all/org/apache/lucene/analysis/ar/ArabicStemmer.html in suffixes there is a character THE_MARBUTA (\u0629) when this ...
Suleman Mubarik
Sep 9, 2014 at 6:04 pm
Sep 9, 2014 at 10:37 pm -
Hi, Does someone know if the source of the jira issues search example is available: http://jirasearch.mikemccandless.com/ thanks, vince Vincent Sevel Banque Lombard Odier & Cie SA 11, rue de la ...
Vincent Sevel
Sep 9, 2014 at 1:19 pm
Sep 9, 2014 at 5:48 pm -
Hello :) We have a customer who's system keeps crashing at certain queries. At default we use Mmap directory for search as it usually gives us the best performance. Although the heap usage seemed ...
Shlomit Rosen
Sep 8, 2014 at 9:09 am
Sep 8, 2014 at 9:40 am -
Hi all, While creating an index with, ranging in size from 10-100000 docs, and using SimpleFS, NIOS, MMap Directories, I notice that in all cases the following files (I'm not listing all extensions) ...
Chloe Guszo
Sep 4, 2014 at 12:07 am
Sep 4, 2014 at 12:13 am -
Hi! I am Peter, one of two founders of Lookeen (www.lookeen.net<http://www.lookeen.net ). Lookeen is heavily using Lucene technology since more than 7 years. Please add me to your Wiki so that I can ...
Peter Oehler
Sep 3, 2014 at 3:22 pm
Sep 3, 2014 at 3:29 pm -
Sometimes TCBJQ returns parent-doc itself as a child-doc. I traced it down to the following code... public int advance(int childTarget) throws IOException { ....... final int firstChild = ...
Ravikumar Govindarajan
Sep 1, 2014 at 6:57 am
Sep 2, 2014 at 1:21 pm -
Hello Lucene group, *Taxonomy facet Indexing code:* Document doc=... Set<Field facets=...; for(int i =0; i < ... ; i++) { long wordCount = ... NumericDocValuesField nf = new ...
Jigar Shah
Sep 26, 2014 at 6:57 am
Sep 26, 2014 at 6:57 am -
Hello. Long time ago, I made writing/reading program by using lucene. That's version is 2.4.1. I try to change it(to 4.9.0) But new version(4.9.0) is slower than old version. (both searching and ...
김승민80
Sep 25, 2014 at 3:52 am
Sep 25, 2014 at 3:52 am -
Dear, I need to retrieve all terms that are stored in various fields in the documents so that I can perform calculations of some metrics for each term t from my base document. I realized that by ...
Weberth Fernandes
Sep 24, 2014 at 5:41 pm
Sep 24, 2014 at 5:41 pm -
Hi everyone, I searched an index with 3 its' fields({"name", "addr", "fullname"}), and used DisjunctionMaxQuery to rank the results by the max score of 3 fields. When the hits have same score, lucene ...
Harry Yu
Sep 23, 2014 at 4:15 am
Sep 23, 2014 at 4:15 am -
September 2014, Apache Lucene™ 4.9.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 4.9.1 Apache Lucene is a high-performance, full-featured text search engine library ...
Michael McCandless
Sep 22, 2014 at 9:36 am
Sep 22, 2014 at 9:36 am -
Hi guys, I want to do a facet with facet query,and let it has the [Tagging and Excluding Filters] ( https://cwiki.apache.org/confluence/display/solr/Faceting)style which facet.field has,so how to do ...
Andy Yu
Sep 18, 2014 at 10:36 am
Sep 18, 2014 at 10:36 am -
Hi everyone! I'm encountering an interesting issue when trying to update document values. It seems that after updating (or adding it a second time) a document, it can't be searched using a ...
Michael B.
Sep 17, 2014 at 7:19 pm
Sep 17, 2014 at 7:19 pm -
Hi Team, I indexed some html,doc and pdf files using apache tika. Now I want to search some keywords on this indexed data by apache lucene. Anyone to help me on this. -- ===================== ...
MOHAMED MUSTHAFA
Sep 15, 2014 at 3:04 pm
Sep 15, 2014 at 3:04 pm -
Hi, I have an index writer that is used to from a pool of threads to index. The index writer is using a "PerFieldAnalyzerWrapper": this.analyzer = new PerFieldAnalyzerWrapper(DEFAULT_ANALYZER, ...
Andi rexha
Sep 15, 2014 at 1:24 pm
Sep 15, 2014 at 1:24 pm -
Hi, I'm working on an upgrade of project of Lucene from 2.9.3 to 4.10. We have a need to implement the IndexReader interfact to create an abstraction over two disparate indexes. First, I found that ...
Buddhavarapu, Suresh
Sep 10, 2014 at 10:09 am
Sep 10, 2014 at 10:09 am -
3 September 2014, Apache Lucene™ 4.10.0 available The Lucene PMC is pleased to announce the release of Apache Lucene 4.10.0 Apache Lucene is a high-performance, full-featured text search engine ...
Ryan Ernst
Sep 4, 2014 at 12:18 am
Sep 4, 2014 at 12:18 am
Group Overview
group | java-user |
categories | lucene |
discussions | 41 |
posts | 148 |
users | 56 |
website | lucene.apache.org |
56 users for September 2014
Archives
- June 2016 (77)
- May 2016 (96)
- April 2016 (116)
- March 2016 (67)
- February 2016 (76)
- January 2016 (78)
- December 2015 (85)
- November 2015 (114)
- October 2015 (95)
- September 2015 (123)
- August 2015 (98)
- July 2015 (107)
- June 2015 (85)
- May 2015 (70)
- April 2015 (103)
- March 2015 (130)
- February 2015 (183)
- January 2015 (111)
- December 2014 (147)
- November 2014 (117)
- October 2014 (118)
- September 2014 (148)
- August 2014 (206)
- July 2014 (161)
- June 2014 (282)
- May 2014 (162)
- April 2014 (152)
- March 2014 (152)
- February 2014 (219)
- January 2014 (147)
- December 2013 (88)
- November 2013 (176)
- October 2013 (220)
- September 2013 (232)
- August 2013 (257)
- July 2013 (320)
- June 2013 (223)
- May 2013 (228)
- April 2013 (233)
- March 2013 (309)
- February 2013 (224)
- January 2013 (425)
- December 2012 (246)
- November 2012 (301)
- October 2012 (200)
- September 2012 (116)
- August 2012 (229)
- July 2012 (302)
- June 2012 (203)
- May 2012 (253)
- April 2012 (172)
- March 2012 (245)
- February 2012 (347)
- January 2012 (302)
- December 2011 (191)
- November 2011 (246)
- October 2011 (251)
- September 2011 (230)
- August 2011 (197)
- July 2011 (254)
- June 2011 (374)
- May 2011 (310)
- April 2011 (310)
- March 2011 (422)
- February 2011 (227)
- January 2011 (365)
- December 2010 (239)
- November 2010 (322)
- October 2010 (295)
- September 2010 (192)
- August 2010 (295)
- July 2010 (296)
- June 2010 (292)
- May 2010 (299)
- April 2010 (359)
- March 2010 (399)
- February 2010 (448)
- January 2010 (467)
- December 2009 (478)
- November 2009 (699)
- October 2009 (609)
- September 2009 (450)
- August 2009 (465)
- July 2009 (582)
- June 2009 (470)
- May 2009 (513)
- April 2009 (609)
- March 2009 (684)
- February 2009 (389)
- January 2009 (356)
- December 2008 (589)
- November 2008 (480)
- October 2008 (508)
- September 2008 (604)
- August 2008 (582)
- July 2008 (522)
- June 2008 (444)
- May 2008 (424)
- April 2008 (453)
- March 2008 (515)
- February 2008 (560)
- January 2008 (619)
- December 2007 (405)
- November 2007 (471)
- October 2007 (392)
- September 2007 (337)
- August 2007 (568)
- July 2007 (584)
- June 2007 (496)
- May 2007 (623)
- April 2007 (542)
- March 2007 (765)
- February 2007 (669)
- January 2007 (602)
- December 2006 (469)
- November 2006 (498)
- October 2006 (598)
- September 2006 (572)
- August 2006 (668)
- July 2006 (692)
- June 2006 (695)
- May 2006 (609)
- April 2006 (497)
- March 2006 (695)
- February 2006 (541)
- January 2006 (544)
- December 2005 (368)
- November 2005 (529)
- October 2005 (565)
- September 2005 (526)
- August 2005 (493)
- July 2005 (409)
- June 2005 (570)
- May 2005 (363)
- April 2005 (464)
- March 2005 (419)
- February 2005 (600)
- January 2005 (636)
- December 2004 (633)
- November 2004 (597)
- October 2004 (460)
- September 2004 (495)
- August 2004 (450)
- July 2004 (552)
- June 2004 (491)
- May 2004 (355)
- April 2004 (362)
- March 2004 (486)
- February 2004 (375)
- January 2004 (285)
- December 2003 (377)
- November 2003 (452)
- October 2003 (217)
- September 2003 (291)
- August 2003 (186)
- July 2003 (226)
- June 2003 (218)
- May 2003 (334)
- April 2003 (256)
- March 2003 (276)
- February 2003 (228)
- January 2003 (190)
- December 2002 (192)
- November 2002 (365)
- October 2002 (280)
- September 2002 (179)
- August 2002 (117)
- July 2002 (203)
- June 2002 (229)
- May 2002 (248)
- April 2002 (282)
- March 2002 (228)
- February 2002 (252)
- January 2002 (134)
- December 2001 (146)
- November 2001 (327)
- October 2001 (177)
- September 2001 (1)