Search Discussions
-
*Could someone point me how to order docIds as per **http://wiki.apache.org/lucene-java/ImproveSearchingSpeed <http://wiki.apache.org/lucene-java/ImproveSearchingSpeed * *"Limit usage of stored ...
Vijay B
Nov 17, 2014 at 5:16 pm
Nov 21, 2014 at 1:53 pm -
I realise that 3.0.2 is an old version of Lucene but if I have Java code as follows: int nGramLength = 3; Set<String stopWords = new Set<String (); stopwords.add("the"); stopwords.add("and"); .. ...
Martin O'Shea
Nov 10, 2014 at 1:55 pm
Nov 11, 2014 at 6:37 pm -
Hi Guys, I’m having a problem with the MMDirectory that I don’t understand and I’m wondering if any one else might have any insight. Our server runs many hundreds (soon to be thousands) of indexes ...
Brian Call
Nov 7, 2014 at 7:47 pm
Nov 8, 2014 at 7:58 pm -
Hello, It's my pleasure to share that I have an interesting tool "word2vec for Lucene" available at https://github.com/kojisekig/word2vec-lucene . As you can imagine, you can use "word2vec for ...
Koji Sekiguchi
Nov 20, 2014 at 9:16 am
Nov 21, 2014 at 1:14 am -
Hi all, I'm using 4.10.2. I have a Long "id" field. Each document has one "id" value. I am creating a look-up between Lucene's internal document id and my "id" values by enumerating the inverted ...
Barry Coughlan
Nov 17, 2014 at 3:40 pm
Nov 18, 2014 at 5:17 pm -
Hello, We use vanilla Lucene 4.9.0 in a 64 bit Linux OS. We sometimes need to index large documents (100+ MB), but this results in extremely high memory usage, to the point of OutOfMemoryError even ...
Ryanb
Nov 26, 2014 at 12:40 am
Nov 27, 2014 at 2:05 am -
Hi, is there a solution to build suggestions based on a query? Greetings Sascha
Sascha Janz
Nov 8, 2014 at 10:10 am
Nov 9, 2014 at 5:18 pm -
I need a way to perform a spatial aggregation query against a potentially large document store in order to display summary clusters on a map. The query would slice the current map extents (e.g ...
Shahak Nagiel
Nov 6, 2014 at 3:54 am
Nov 6, 2014 at 2:19 pm -
Apologies if this is trivial but I have read what I could on the net and could not come up with a good answer. I have stood up a lucene server (not solr) which listens on 2 ports - one for indexing ...
Shouvik Bardhan
Nov 4, 2014 at 1:29 pm
Nov 5, 2014 at 1:13 pm -
I've done a bunch of searching, but I still can't seem to figure out how to do this. Given a WildcardQuery or PrefixQuery (something with a wildcard in it), is there a way to retrieve the terms in ...
John Cecere
Nov 25, 2014 at 2:16 pm
Nov 27, 2014 at 7:23 am -
Hey all, The standard solution to doing a case-insensitive match in lucene is to use a Lowercase filter at index and query time. However this does not preserve the content of the original document ...
Apurv Verma
Nov 25, 2014 at 11:36 am
Nov 25, 2014 at 1:06 pm -
Hi team, I have a run time error when running this code snippet on websphere application server 8.5: Analyzer analyzer = new StandardAnalyzer(Version.LUCENE_47); IndexWriterConfig iW = new ...
Tamer Saleh
Nov 22, 2014 at 7:16 pm
Nov 22, 2014 at 7:48 pm -
Hi, I have an index that's about 700 MB, and it grows over days to until it causes problems with disk size, at about 5GB. If the JVM process ends, the index shrinks back to about 700MB, I'm calling ...
Rob Nikander
Nov 10, 2014 at 11:03 pm
Nov 13, 2014 at 6:24 pm -
Hi everyone, I met a new trouble. In my system, we should score the doc range from 0 to 100. There are some easy ways to map lucene scores to this scope. Thanks for your help~ Yu
Harry Yu
Nov 11, 2014 at 2:20 pm
Nov 12, 2014 at 9:44 pm -
Hi All, I have a Lucene index built with Lucene 4.9 for 584 text documents, I need to extract a Document-term matrix, and Document Document similarity matrix in-order to use it to cluster the ...
Elshaimaa Ali
Nov 11, 2014 at 8:37 pm
Nov 11, 2014 at 10:17 pm -
Hi, I am finding that lucene is slowing down a lot when bigger and bigger doc/pos files are merged... While it's normally the case, the worrying part is all my data is in RAM. Version is 4.6.1 Some ...
Ravikumar Govindarajan
Nov 18, 2014 at 7:21 am
Dec 9, 2014 at 11:31 am -
How are folks handling Solr exceptions that occur during batch indexing? Solr (4.6) stops parsing the docs stream when an error occurs (e.g. a doc with a missing mandatory field), and stops ...
Peter Keegan
Nov 6, 2014 at 8:22 pm
Nov 10, 2014 at 11:59 am -
Hello , I have some word which contain full stop (.) itself ,example is (1) .Net , asp.net .i want lucene consider it as a single word not full stop . how to achieve it. another problem is some word ...
Rajendra Rao
Nov 5, 2014 at 1:13 pm
Nov 6, 2014 at 12:23 pm -
Hello, We have a NetBeans RCP application using Lucene 4.7 for indexing and searching. When indexing, the following message is displayed: Dangerous reflection access to sun.misc.Cleaner by class ...
Jean-Claude Dauphin
Nov 3, 2014 at 3:46 pm
Nov 3, 2014 at 11:09 pm -
hi, I saw that SortedSetDocValuesFacetCounts does not support hierarchical facets. Is that to say that hierarchical facets are only supported through the Taxonomy index? I am using lucene 4.7.2 ...
Vincent Sevel
Nov 25, 2014 at 1:53 pm
Nov 25, 2014 at 2:01 pm -
Hi, I'm new on Lucene and on a quite old existing project. We use Lucene 2.4 (provided by Alfresco). We have a Lucene Index of about 5,5Go on the disk. We have heavy memory consumption and ...
Philippe Kernévez
Nov 21, 2014 at 5:58 pm
Nov 21, 2014 at 9:05 pm -
Hi everyone, I have been using Lucene to build a POI searching & geocoding system. After test, I found that when query is long(above 10 terms). And the speed of searching is too slow near to 1s. I ...
Harry Yu
Nov 11, 2014 at 6:35 am
Nov 11, 2014 at 1:24 pm -
Hi,I have a Lucene index contains a collection of documents. For an input string segment (s) and a specific document in the index (d), I want to get the number of common terms between s and d.After ...
Amir H. Jadidinejad
Nov 6, 2014 at 3:42 pm
Nov 6, 2014 at 3:44 pm -
Hi, I'm using Lucene 2.9.3 on a 64 bit machine. Many a times we are observing that the systems gets into to thrashing mode during merges. We are experimenting with using MMapDirectory. Our index is ...
Buddhavarapu, Suresh
Nov 5, 2014 at 6:01 am
Nov 5, 2014 at 10:56 am -
***Please forward this CFP to anyone who may be interested in participating.*** Hi, Search has evolved to be much more than simply full-text search. We now rely on “search engines” for a wide variety ...
Uwe Schindler
Nov 3, 2014 at 12:28 pm
Nov 3, 2014 at 12:50 pm -
Hi, We host a Dev-Room about "Open Source Search" on this year's FOSDEM 2015 (https://fosdem.org/2015/), taking place on January 31th and February 1st, 2015, in Brussels, Belgium. There is still one ...
Uwe Schindler
Nov 24, 2014 at 8:33 am
Nov 24, 2014 at 8:33 am -
I've run into an issue where I think I'd like to use the PositionFilter plus RemoveDuplicatesFilter to deduplicate tokens, effectively removing the impact of term frequency for a specific field ...
Doug Turnbull
Nov 20, 2014 at 4:14 pm
Nov 20, 2014 at 4:14 pm -
====================================================================== CALL FOR PAPERS The 18th IEEE International Symposium On Real-Time Computing ISORC 2015 Auckland, New Zealand April 13 - 17, ...
Martin Schoeberl
Nov 19, 2014 at 12:25 pm
Nov 19, 2014 at 12:25 pm -
hi spec Java 1.7 Lucene 4.10.0 O/s windos 7 Returning to Lucene span of 10 years Lot has changed .... *==================START DOCUMENT =================================== CATEGORY -- JAR ...
Nskarthik
Nov 13, 2014 at 9:04 pm
Nov 13, 2014 at 9:04 pm -
Yes, that's fair. We can't expect every query the user types to be perfect if they don't understand the query language. -----Original Message----- From: Erick Erickson Sent: Friday, October 31, 2014 ...
Prad Nelluru
Nov 3, 2014 at 6:04 pm
Nov 3, 2014 at 6:04 pm -
?Hi, I'm currently migrating from the really old version 3.6 to 4.6. I deleted my old index and re-indexed everything after migration the whole code base. Now everything works fine except one thing ...
Hemant Kumar
Nov 3, 2014 at 3:19 pm
Nov 3, 2014 at 3:19 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 31 |
posts | 117 |
users | 52 |
website | lucene.apache.org |
52 users for November 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)