[Lucene.Net] Adding to an existing index is slow

2011-03-15 Thread Khoa Vo
I am trying to add a new document to an existing optimized Index with about 600k documents. It seems like the IndexWriter method AddDocument(doc) is taking a long time (30 seconds or so) Is this the usual behavior? Note: Initially indexing all 600 documents only takes about 20 minutes. It

[jira] Commented: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006805#comment-13006805 ] Bill Bell commented on SOLR-2242: - OK this is complete. Sample query:

[jira] Updated: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell updated SOLR-2242: Attachment: SOLR-2242.v2.patch v2 of the release based on feedback. Get distinct count of names for a

[jira] Issue Comment Edited: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006806#comment-13006806 ] Bill Bell edited comment on SOLR-2242 at 3/15/11 6:06 AM: -- v2 of

[jira] Issue Comment Edited: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006779#comment-13006779 ] Bill Bell edited comment on SOLR-2242 at 3/15/11 6:06 AM: -- No

[jira] Issue Comment Edited: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006805#comment-13006805 ] Bill Bell edited comment on SOLR-2242 at 3/15/11 6:10 AM: -- OK this

[jira] Commented: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006807#comment-13006807 ] Otis Gospodnetic commented on SOLR-2242: Would this be more consistent?

[jira] Issue Comment Edited: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006805#comment-13006805 ] Bill Bell edited comment on SOLR-2242 at 3/15/11 6:16 AM: -- OK this

[jira] Commented: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006808#comment-13006808 ] Bill Bell commented on SOLR-2242: - Maybe, but I thought all params were supposed to be

[jira] Commented: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006809#comment-13006809 ] Bill Bell commented on SOLR-2242: - I am changing it. Since there is one example of

[jira] Issue Comment Edited: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006805#comment-13006805 ] Bill Bell edited comment on SOLR-2242 at 3/15/11 6:20 AM: -- OK this

Re: Problem of Replication Reservation Duration

2011-03-15 Thread Li Li
The original logic is correct. I read the codes and found my understanding incorrectly. The ReplicationHandler will reserve current fetched version every 5 packets if (indexVersion != null (packetsWritten % 5 == 0)) { //after every 5 packets reserve the commitpoint for

[jira] Commented: (LUCENE-2749) Co-occurrence filter

2011-03-15 Thread Elmar Pitschke (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006812#comment-13006812 ] Elmar Pitschke commented on LUCENE-2749: Hi Steven, thanks for the info, i will

ClassCastException SOLR 1709 Distributed Date Faceting

2011-03-15 Thread Viswa S
Folks, I applied the 4.x patch onto trunk and complied. However there seems to be run time exception as below Thanks Viswa type Status report message java.util.Date cannot be cast to java.lang.Integer java.lang.ClassCastException: java.util.Date cannot be cast to java.lang.Integer at

[jira] Created: (SOLR-2426) Build failing

2011-03-15 Thread Bill Bell (JIRA)
Build failing - Key: SOLR-2426 URL: https://issues.apache.org/jira/browse/SOLR-2426 Project: Solr Issue Type: Bug Reporter: Bill Bell ant clean ant example trunk [javac] ^ [javac]

[jira] Updated: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell updated SOLR-2242: Attachment: (was: SOLR-2242.v2.patch) Get distinct count of names for a facet field

[jira] Updated: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell updated SOLR-2242: Attachment: SOLR.2242.v2.patch New ver Get distinct count of names for a facet field

[jira] Issue Comment Edited: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006792#comment-13006792 ] Bill Bell edited comment on SOLR-2242 at 3/15/11 8:22 AM: -- I am

[jira] Updated: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell updated SOLR-2242: Attachment: (was: SOLR-2242-distinctFacet.patch) Get distinct count of names for a facet field

[jira] Updated: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell updated SOLR-2242: Comment: was deleted (was: Maybe, but I thought all params were supposed to be lower case? I can easily

[jira] Updated: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell updated SOLR-2242: Comment: was deleted (was: New ver) Get distinct count of names for a facet field

[jira] Updated: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell updated SOLR-2242: Comment: was deleted (was: v2 of the release based on feedback. Note: SOLR-2242-distinctFacet.patch not

Re: I want to take part in Google Summer Code 2011

2011-03-15 Thread Anurag
I did one of the project where i crawled the data through Nutch-1.0 and did indexing to Apache solr to establish a search engine with proper UI like autosuggest,spellcheck running on tomcat server . Now we are extending the project to included novel fuzzy queries usign OWA operator like at least

[jira] Commented: (LUCENE-2573) Tiered flushing of DWPTs by RAM with low/high water marks

2011-03-15 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006871#comment-13006871 ] Simon Willnauer commented on LUCENE-2573: - bq. I still see a healtiness

Solr query POST and not in GET

2011-03-15 Thread Gastone Penzo
Hi, is possible to change Solr sending query method from get to post? because my query has a lot of OR..OR..OR and the log says to me Request URI too large Where can i change it?? thanx -- Gastone Penzo www.solr-italia.it The first italian blog about SOLR

[jira] Commented: (LUCENE-2957) generate-maven-artifacts target should include all non-Mavenized Lucene Solr dependencies

2011-03-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006878#comment-13006878 ] Dawid Weiss commented on LUCENE-2957: - Hi Steven. This issue is closed, but just to

[jira] Resolved: (SOLR-2426) Build failing

2011-03-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved SOLR-2426. --- Resolution: Not A Problem Trunk requires java 6. Build failing -

Re: svn commit: r1081745 - /lucene/dev/trunk/lucene/src/test/org/apache/lucene/util/automaton/fst/TestFSTs.java

2011-03-15 Thread Michael McCandless
Looks good Dawid! On Tue, Mar 15, 2011 at 8:20 AM, dwe...@apache.org wrote: Author: dweiss Date: Tue Mar 15 12:20:03 2011 New Revision: 1081745 URL: http://svn.apache.org/viewvc?rev=1081745view=rev Log: Adding -noverify and a little bit nicer output to TestFSTs. These are

Re: svn commit: r1081745 - /lucene/dev/trunk/lucene/src/test/org/apache/lucene/util/automaton/fst/TestFSTs.java

2011-03-15 Thread Dawid Weiss
Thanks Mike :) Dawid On Tue, Mar 15, 2011 at 1:22 PM, Michael McCandless luc...@mikemccandless.com wrote: Looks good Dawid! On Tue, Mar 15, 2011 at 8:20 AM,  dwe...@apache.org wrote: Author: dweiss Date: Tue Mar 15 12:20:03 2011 New Revision: 1081745 URL:

[jira] Created: (LUCENE-2967) Use linear probing with an additional good bit avalanching function in FST's NodeHash.

2011-03-15 Thread Dawid Weiss (JIRA)
Use linear probing with an additional good bit avalanching function in FST's NodeHash. -- Key: LUCENE-2967 URL: https://issues.apache.org/jira/browse/LUCENE-2967

[jira] Updated: (LUCENE-2967) Use linear probing with an additional good bit avalanching function in FST's NodeHash.

2011-03-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-2967: Attachment: LUCENE-2967.patch Linear probing in NodeHash. Use linear probing with an additional

[jira] Created: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Grant Ingersoll (JIRA)
UIMA jars are missing version numbers - Key: SOLR-2427 URL: https://issues.apache.org/jira/browse/SOLR-2427 Project: Solr Issue Type: Bug Reporter: Grant Ingersoll Priority:

[jira] Updated: (LUCENE-2952) Make license checking/maintenance easier/automated

2011-03-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-2952: Attachment: LUCENE-2952.patch Pretty close to standalone completion. Next step to hook

[jira] Commented: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006930#comment-13006930 ] Robert Muir commented on SOLR-2427: --- I agree, i think best would be to format them like

[jira] Created: (SOLR-2428) Upgrade carrot2-core dependency to a version with a Java 1.5-compiled jar

2011-03-15 Thread Steven Rowe (JIRA)
Upgrade carrot2-core dependency to a version with a Java 1.5-compiled jar - Key: SOLR-2428 URL: https://issues.apache.org/jira/browse/SOLR-2428 Project: Solr Issue

[jira] Commented: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006936#comment-13006936 ] Tommaso Teofili commented on SOLR-2427: --- The mentioned jars have the following

[jira] Commented: (LUCENE-2957) generate-maven-artifacts target should include all non-Mavenized Lucene Solr dependencies

2011-03-15 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006937#comment-13006937 ] Steven Rowe commented on LUCENE-2957: - Thanks Dawid - I've created SOLR-2428 to track

[jira] Assigned: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe reassigned SOLR-2427: - Assignee: Steven Rowe UIMA jars are missing version numbers

[jira] Assigned: (SOLR-2428) Upgrade carrot2-core dependency to a version with a Java 1.5-compiled jar

2011-03-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned SOLR-2428: - Assignee: Dawid Weiss Upgrade carrot2-core dependency to a version with a Java 1.5-compiled jar

[jira] Updated: (SOLR-2428) Upgrade carrot2-core dependency to a version with a Java 1.5-compiled jar

2011-03-15 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated SOLR-2428: -- Description: As of not-yet-released version 3.4.4, the carrot2-core jar will be published as a

[jira] Commented: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006942#comment-13006942 ] Steven Rowe commented on SOLR-2427: --- Thanks Tommaso, I will rename them. Separately,

[jira] Updated: (LUCENE-2952) Make license checking/maintenance easier/automated

2011-03-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-2952: Attachment: LUCENE-2952.patch This hooks it into compile-core, but has the unfortunate

[jira] Commented: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006946#comment-13006946 ] Tommaso Teofili commented on SOLR-2427: --- bq. That makes little sense, though, now

[jira] Commented: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006950#comment-13006950 ] Steven Rowe commented on SOLR-2427: --- Hmm, [uimaj-core-2.3.1.jar in the maven

[jira] Commented: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006951#comment-13006951 ] Tommaso Teofili commented on SOLR-2427: --- That is unexpected as UIMA should've been

[jira] Commented: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006952#comment-13006952 ] Steven Rowe commented on SOLR-2427: --- Crap, I got the uima-core situation exactly

[jira] Commented: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006960#comment-13006960 ] Steven Rowe commented on SOLR-2427: --- It looks to me like the UIMA contrib was committed

[jira] Updated: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated SOLR-2427: -- Priority: Blocker (was: Trivial) Affects Version/s: 3.1 Fix Version/s: 3.1 UIMA

[jira] Commented: (LUCENE-2573) Tiered flushing of DWPTs by RAM with low/high water marks

2011-03-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007003#comment-13007003 ] Michael McCandless commented on LUCENE-2573: bq. it currently holds the ram

[jira] Commented: (LUCENE-2960) Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter

2011-03-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007011#comment-13007011 ] Michael McCandless commented on LUCENE-2960: bq. Hmmm, infoStream is just for

[jira] Commented: (LUCENE-2967) Use linear probing with an additional good bit avalanching function in FST's NodeHash.

2011-03-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007031#comment-13007031 ] Michael McCandless commented on LUCENE-2967: Hmm, unfortunately, I'm seeing

[jira] Commented: (LUCENE-2960) Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter

2011-03-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007036#comment-13007036 ] Mark Miller commented on LUCENE-2960: - {quote}I really don't like that this approach

[jira] Commented: (LUCENE-2960) Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter

2011-03-15 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007043#comment-13007043 ] Steven Rowe commented on LUCENE-2960: - How about an IWC base class, extended by

[jira] Resolved: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe resolved SOLR-2427. --- Resolution: Fixed Fix Version/s: 4.0 3.2 Committed: - lucene_solr_3_1

[jira] Commented: (LUCENE-2960) Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter

2011-03-15 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007048#comment-13007048 ] Earwin Burrfoot commented on LUCENE-2960: - bq. Oh yeah. But then we'd clone the

[jira] Commented: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007078#comment-13007078 ] Tommaso Teofili commented on SOLR-2427: --- Hello Steven, I found the problem being

[jira] Commented: (SOLR-2427) UIMA jars are missing version numbers

2011-03-15 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007085#comment-13007085 ] Steven Rowe commented on SOLR-2427: --- bq. I found the problem being (damn) silent JVM

[jira] Created: (SOLR-2429) ability to not cache a filter

2011-03-15 Thread Yonik Seeley (JIRA)
ability to not cache a filter - Key: SOLR-2429 URL: https://issues.apache.org/jira/browse/SOLR-2429 Project: Solr Issue Type: New Feature Reporter: Yonik Seeley A user should be able to add

[jira] Commented: (SOLR-2429) ability to not cache a filter

2011-03-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007122#comment-13007122 ] Yonik Seeley commented on SOLR-2429: The annoying part here is we need more metadata

[jira] Commented: (LUCENE-2960) Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter

2011-03-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007123#comment-13007123 ] Robert Muir commented on LUCENE-2960: - Its exactly the lack of consensus we see here,

[jira] Commented: (LUCENE-2960) Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter

2011-03-15 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007136#comment-13007136 ] Earwin Burrfoot commented on LUCENE-2960: - You avoid deprecation/undeprecation

[jira] Commented: (LUCENE-2960) Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter

2011-03-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007139#comment-13007139 ] Robert Muir commented on LUCENE-2960: - You win the fact that this is such an expert

[jira] Commented: (LUCENE-2967) Use linear probing with an additional good bit avalanching function in FST's NodeHash.

2011-03-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007164#comment-13007164 ] Dawid Weiss commented on LUCENE-2967: - Yes, now I see this difference on the 38M too:

[jira] Commented: (LUCENE-2960) Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter

2011-03-15 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007205#comment-13007205 ] Steven Rowe commented on LUCENE-2960: - bq. How about an IWC base class, extended by

[jira] Updated: (LUCENE-2952) Make license checking/maintenance easier/automated

2011-03-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-2952: Attachment: LUCENE-2952.patch This minimizes the number of calls to validate (there is

[jira] Commented: (SOLR-2429) ability to not cache a filter

2011-03-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007217#comment-13007217 ] Hoss Man commented on SOLR-2429: why not extend Query? ... it could actually rewrite to the

RE: [HUDSON] Lucene-Solr-tests-only-3.x - Build # 5964 - Failure

2011-03-15 Thread Steven A Rowe
The build never made it past the initial pre-build ant clean: --- clean: [delete] Deleting directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/build BUILD FAILED

[jira] Created: (LUCENE-2968) SurroundQuery doesn't support SpanNot

2011-03-15 Thread Grant Ingersoll (JIRA)
SurroundQuery doesn't support SpanNot - Key: LUCENE-2968 URL: https://issues.apache.org/jira/browse/LUCENE-2968 Project: Lucene - Java Issue Type: Improvement Reporter: Grant Ingersoll

[jira] Commented: (LUCENE-2749) Co-occurrence filter

2011-03-15 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007229#comment-13007229 ] Steven Rowe commented on LUCENE-2749: - bq. this filter would definitely something

[jira] Commented: (SOLR-1499) SolrEntityProcessor - DIH EntityProcessor that queries an external Solr via SolrJ

2011-03-15 Thread Ahmet Arslan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007236#comment-13007236 ] Ahmet Arslan commented on SOLR-1499: Hi, Can i use this to upgrade solr version? Where

[jira] Commented: (SOLR-2429) ability to not cache a filter

2011-03-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007265#comment-13007265 ] Ryan McKinley commented on SOLR-2429: - I'm not sure this is related -- it could be --

[jira] Updated: (LUCENE-2969) fix two stopwords typos

2011-03-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2969: Attachment: LUCENE-2969.patch fix two stopwords typos ---

[jira] Created: (LUCENE-2969) fix two stopwords typos

2011-03-15 Thread Robert Muir (JIRA)
fix two stopwords typos --- Key: LUCENE-2969 URL: https://issues.apache.org/jira/browse/LUCENE-2969 Project: Lucene - Java Issue Type: Bug Components: contrib/analyzers Reporter: Robert Muir

[jira] Commented: (SOLR-1499) SolrEntityProcessor - DIH EntityProcessor that queries an external Solr via SolrJ

2011-03-15 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007314#comment-13007314 ] Lance Norskog commented on SOLR-1499: - Yes you can! * The source index has to store

[jira] Commented: (SOLR-2429) ability to not cache a filter

2011-03-15 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007324#comment-13007324 ] Otis Gospodnetic commented on SOLR-2429: I'm with Hoss. For many months now, I've

[jira] Commented: (SOLR-2429) ability to not cache a filter

2011-03-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007340#comment-13007340 ] David Smiley commented on SOLR-2429: Heh, me too! I was pondering this last night; I

Re: [jira] Resolved: (SOLR-2426) Build failing

2011-03-15 Thread Bill Bell
THis started working when I did the following: #cd C:\Users\bbell\solr #ant compile #cd solr #ant example If I did a direct ant example it was giving the errors below. I'll double check my java version too. On 3/15/11 5:53 AM, Robert Muir (JIRA) j...@apache.org wrote: [

[jira] Commented: (SOLR-2242) Get distinct count of names for a facet field

2011-03-15 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007345#comment-13007345 ] Bill Bell commented on SOLR-2242: - OK I did the required work, can we get more feedback or