[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 639 - Failure!

2013-07-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/639/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.solr.client.solrj.TestBatchUpdate.testWithBinaryBean Error Message: IOException occured when talking to server at:

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_45) - Build # 6541 - Failure!

2013-07-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6541/ Java: 32bit/jdk1.6.0_45 -server -XX:+UseConcMarkSweepGC 2 tests failed. REGRESSION: org.apache.solr.core.TestJmxIntegration.testJmxRegistration Error Message: No SolrDynamicMBeans found Stack Trace: java.lang.AssertionError: No

[jira] [Commented] (SOLR-4478) Allow cores to specify a named config set

2013-07-18 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712195#comment-13712195 ] Alan Woodward commented on SOLR-4478: - Have found another problem here - what to do

Contentions observed in lucene execution

2013-07-18 Thread RameshIyerV
Hi All, I need some help in analyzing some contentions we observe in the Lucene execution. We are supporting the Sterling 9.0 fulfillment application and it uses Lucene 2.4 for catalog search functionality. ---The Issue This system is Live in production since Nov 2012 and only recently (Mid

[jira] [Updated] (LUCENE-4734) FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

2013-07-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4734: - Attachment: LUCENE-4734.patch Ryan, I iterated over your patch in order to be able to handle a

[jira] [Closed] (LUCENE-4118) FastVectorHighlighter fail to highlight taking in input some proximity query.

2013-07-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand closed LUCENE-4118. Resolution: Duplicate Duplicate of LUCENE-4734 FastVectorHighlighter fail to

[jira] [Commented] (SOLR-4816) Add document routing to CloudSolrServer

2013-07-18 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712241#comment-13712241 ] Markus Jelsma commented on SOLR-4816: - Joel, it is working perfectly and already runs

4.0 and 4.1 FieldCacheImpl.DocTermsImpl.exists(docid) possibly broken

2013-07-18 Thread Doron Cohen
Hi, just an FYI - may be helpful for anyone obliged to use 4.0.0 or 4.1.0 - it seems that this method is actually doing the opposite of its intention. I did not find mentions of this in the lists or elsewhere. This is the code for o.a.l.search.FieldCacheImpl.DocTermsImpl.exists(int): public

[jira] [Updated] (LUCENE-5091) Modify SpanNotQuery to act as SpanNotNearQuery too

2013-07-18 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Allison updated LUCENE-5091: Fix Version/s: (was: 4.4) 4.5 Modify SpanNotQuery to act as

[jira] [Commented] (LUCENE-5091) Modify SpanNotQuery to act as SpanNotNearQuery too

2013-07-18 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712253#comment-13712253 ] Tim Allison commented on LUCENE-5091: - With the push for 4.4 on, I've moved this to

Re: Programmatic Synonyms Filter (Lucene and/or Solr)

2013-07-18 Thread Jack Krupansky
Your best bet is to preprocess queries and expand synonyms in your own application layer. The Lucene/Solr synonym implementation, design, and architecture is fairly lightweight (although FST is a big improvement) and not architected for large and dynamic synonym sets. Do you need multi-word

Re: Programmatic Synonyms Filter (Lucene and/or Solr)

2013-07-18 Thread Shai Erera
The examples I've seen so far are single words. But I learned today something new .. the number of synonyms returned for a word may be in the range of hundreds, sometimes even thousands. So I'm not sure query-time synonyms may work at all .. what do you think? Shai On Thu, Jul 18, 2013 at 3:21

[jira] [Commented] (SOLR-4260) Inconsistent numDocs between leader and replica

2013-07-18 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712297#comment-13712297 ] Markus Jelsma commented on SOLR-4260: - FYI: we're still seeing major inconsistencies,

Re: for those of you using gmail...

2013-07-18 Thread Michael McCandless
On Wed, Jul 17, 2013 at 10:02 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : And seems that it returns no result for query: : : from:jenk...@thetaphi.de subject:build 6605 ANY_WORD_NOT_IN_TITLE : : Maybe for some mails, only title field are taken into consideration? Ah ...

Re: Programmatic Synonyms Filter (Lucene and/or Solr)

2013-07-18 Thread Jack Krupansky
Maybe a custom search component would be in order, to “enrich” the incoming query. Again, preprocessing the query for synonym expansion before Solr parses it. It could call the external synonym API and cache synonyms as well. But, I’d still lean towards preprocessing in an application layer.

[jira] [Created] (SOLR-5047) Color Shard/Collection Graph Nodes Based on Child Node Statuses

2013-07-18 Thread Thomas Murphy (JIRA)
Thomas Murphy created SOLR-5047: --- Summary: Color Shard/Collection Graph Nodes Based on Child Node Statuses Key: SOLR-5047 URL: https://issues.apache.org/jira/browse/SOLR-5047 Project: Solr

[jira] [Commented] (SOLR-4816) Add document routing to CloudSolrServer

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712301#comment-13712301 ] Joel Bernstein commented on SOLR-4816: -- Markus, thanks for the info. Glad to hear it's

[jira] [Commented] (SOLR-4260) Inconsistent numDocs between leader and replica

2013-07-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712300#comment-13712300 ] Mark Miller commented on SOLR-4260: --- See anything in the logs about zk expirations?

[jira] [Commented] (SOLR-4260) Inconsistent numDocs between leader and replica

2013-07-18 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712314#comment-13712314 ] Markus Jelsma commented on SOLR-4260: - I've already restarted the job and enabled

[jira] [Commented] (SOLR-4816) Add document routing to CloudSolrServer

2013-07-18 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712318#comment-13712318 ] Markus Jelsma commented on SOLR-4816: - Batch size is about 394 iirc, not very large

[jira] [Commented] (SOLR-4816) Add document routing to CloudSolrServer

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712321#comment-13712321 ] Joel Bernstein commented on SOLR-4816: -- Thanks Mark. Add document

[jira] [Updated] (SOLR-4816) Add document routing to CloudSolrServer

2013-07-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4816: -- Fix Version/s: (was: 4.4) 4.5 It's def too late for 4.4 (we already branched and

Re: [VOTE] Release 4.4

2013-07-18 Thread Mark Miller
Bah. You are right. We should respin for this. I'll update it. - Mark On Jul 18, 2013, at 1:06 AM, Jack Krupansky j...@basetechnology.com wrote: -1 In the Solr example solrconfig.xml: luceneMatchVersionLUCENE_43/luceneMatchVersion That should be:

[jira] [Commented] (SOLR-4816) Add document routing to CloudSolrServer

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712323#comment-13712323 ] Joel Bernstein commented on SOLR-4816: -- Markus, cloudClient.setParallelUpdates(true);

Re: Programmatic Synonyms Filter (Lucene and/or Solr)

2013-07-18 Thread Shai Erera
Actually, after chatting w/ Mike about it, he made a good point about making SynMap expose API like lookup(word), because that doesn't work with multi-word synonyms (e.g. wi fi - wifi). So I no longer think we should change SynFilter. Since in my case it's 1:1 (so much I learned so far), I should

Re: 4.0 and 4.1 FieldCacheImpl.DocTermsImpl.exists(docid) possibly broken

2013-07-18 Thread Michael McCandless
Thanks Doron, that's definitely completely backwards!! Good thing the API is gone. Mike McCandless http://blog.mikemccandless.com On Thu, Jul 18, 2013 at 7:50 AM, Doron Cohen cdor...@gmail.com wrote: Hi, just an FYI - may be helpful for anyone obliged to use 4.0.0 or 4.1.0 - it seems that

Re: Contentions observed in lucene execution

2013-07-18 Thread Michael McCandless
Lucene 2.4.x is quite ancient by now ... FSDirectory.FSIndexInput is single-threaded in seeking/reading bytes, which I think explains your 1 and 4. Try using MMapDirectory, if you are using a 64 bit JVM or if your index is tiny. Newer Lucene versions also have NIOFSDirectory, which is

Re: Programmatic Synonyms Filter (Lucene and/or Solr)

2013-07-18 Thread Jack Krupansky
Container (e.g., Tomcat) limit. Configurable. I don’t recall the specifics. -- Jack Krupansky From: Shai Erera Sent: Thursday, July 18, 2013 9:46 AM To: dev@lucene.apache.org Subject: Re: Programmatic Synonyms Filter (Lucene and/or Solr) Actually, after chatting w/ Mike about it, he made a

[jira] [Commented] (SOLR-4860) MoreLikeThisHandler doesn't work with numeric or date fields in 4.x

2013-07-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712365#comment-13712365 ] Yonik Seeley commented on SOLR-4860: It's unfortunately a lucene limitation - numeric

[jira] [Updated] (SOLR-4777) Handle SliceState in the Admin UI

2013-07-18 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-4777: Affects Version/s: 4.3 Fix Version/s: 4.5 Handle SliceState in the

[jira] [Updated] (SOLR-4777) Handle SliceState in the Admin UI

2013-07-18 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-4777: Description: The Solr admin UI as of now does take Slice state into account. We

[jira] [Commented] (LUCENE-5030) FuzzySuggester has to operate FSTs of Unicode-letters, not UTF-8, to work correctly for 1-byte (like English) and multi-byte (non-Latin) letters

2013-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712377#comment-13712377 ] ASF subversion and git services commented on LUCENE-5030: - Commit

[jira] [Commented] (LUCENE-5030) FuzzySuggester has to operate FSTs of Unicode-letters, not UTF-8, to work correctly for 1-byte (like English) and multi-byte (non-Latin) letters

2013-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712380#comment-13712380 ] ASF subversion and git services commented on LUCENE-5030: - Commit

[jira] [Resolved] (LUCENE-5030) FuzzySuggester has to operate FSTs of Unicode-letters, not UTF-8, to work correctly for 1-byte (like English) and multi-byte (non-Latin) letters

2013-07-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5030. Resolution: Fixed Fix Version/s: (was: 4.4) 4.5 OK

[jira] [Commented] (SOLR-4260) Inconsistent numDocs between leader and replica

2013-07-18 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712400#comment-13712400 ] Markus Jelsma commented on SOLR-4260: - Alright, nothing looks like zookeeper

[jira] [Assigned] (LUCENE-5091) Modify SpanNotQuery to act as SpanNotNearQuery too

2013-07-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned LUCENE-5091: Assignee: David Smiley Modify SpanNotQuery to act as SpanNotNearQuery too

[jira] [Commented] (LUCENE-5030) FuzzySuggester has to operate FSTs of Unicode-letters, not UTF-8, to work correctly for 1-byte (like English) and multi-byte (non-Latin) letters

2013-07-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712408#comment-13712408 ] Uwe Schindler commented on LUCENE-5030: --- JUH! :-) Thanks for heavy committing -

[JENKINS] Lucene-Solr-trunk-Linux (64bit/ibm-j9-jdk7) - Build # 6622 - Failure!

2013-07-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/6622/ Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} 1 tests failed. REGRESSION: org.apache.solr.core.TestJmxIntegration.testJmxRegistration Error Message: No

Re: list-unsubscr...@apache.org

2013-07-18 Thread Chris Hostetter
: Subject: list-unsubscr...@apache.org If anyone wihes to unsubscribe, you need to *send* an email to the unsubscribe address, not put it in the subject of a reply. the specifics of how to unsubscribe are listed in the footer of every email to the list(s) you are on... :

[jira] [Updated] (LUCENE-4542) Make RECURSION_CAP in HunspellStemmer configurable

2013-07-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4542: - Assignee: Adrien Grand (was: Chris Male) Make RECURSION_CAP in HunspellStemmer

[jira] [Commented] (LUCENE-4734) FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

2013-07-18 Thread Ryan Lauck (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712427#comment-13712427 ] Ryan Lauck commented on LUCENE-4734: Thanks Adrien! I agree about LUCENE-2878. I

[jira] [Commented] (SOLR-4478) Allow cores to specify a named config set

2013-07-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712432#comment-13712432 ] Erick Erickson commented on SOLR-4478: -- OK, reconstructing an chat exchange: Sharing

[jira] [Commented] (LUCENE-460) hashCode improvements

2013-07-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712434#comment-13712434 ] David Smiley commented on LUCENE-460: - I am not an expert on hashCode generation, yet

[jira] [Commented] (SOLR-4478) Allow cores to specify a named config set

2013-07-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712436#comment-13712436 ] Erick Erickson commented on SOLR-4478: -- I just had a bright idea, so I'll put it out

[jira] [Commented] (LUCENE-5091) Modify SpanNotQuery to act as SpanNotNearQuery too

2013-07-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712440#comment-13712440 ] David Smiley commented on LUCENE-5091: -- Looks good, Tim, except for one thing: The

[jira] [Created] (SOLR-5048) fail the build if the example solrconfig.xml files don't have an up to date luceneMatchVersion

2013-07-18 Thread Hoss Man (JIRA)
Hoss Man created SOLR-5048: -- Summary: fail the build if the example solrconfig.xml files don't have an up to date luceneMatchVersion Key: SOLR-5048 URL: https://issues.apache.org/jira/browse/SOLR-5048

[jira] [Updated] (SOLR-5048) fail the build if the example solrconfig.xml files don't have an up to date luceneMatchVersion

2013-07-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-5048: --- Attachment: SOLR-5048.patch all the necessary info is already in the build files ... we just need to tweak

[jira] [Commented] (SOLR-5048) fail the build if the example solrconfig.xml files don't have an up to date luceneMatchVersion

2013-07-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712459#comment-13712459 ] Uwe Schindler commented on SOLR-5048: - I would change the example solr-config.xml file

[jira] [Created] (SOLR-5049) switch to using luceneMatchVersion X.Y in example configs instead of LUCENE_XY

2013-07-18 Thread Hoss Man (JIRA)
Hoss Man created SOLR-5049: -- Summary: switch to using luceneMatchVersion X.Y in example configs instead of LUCENE_XY Key: SOLR-5049 URL: https://issues.apache.org/jira/browse/SOLR-5049 Project: Solr

[jira] [Commented] (SOLR-5048) fail the build if the example solrconfig.xml files don't have an up to date luceneMatchVersion

2013-07-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712464#comment-13712464 ] Hoss Man commented on SOLR-5048: opened a blocker issue SOLR-5049 to switch to this better

[jira] [Commented] (SOLR-5048) fail the build if the example solrconfig.xml files don't have an up to date luceneMatchVersion

2013-07-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712470#comment-13712470 ] Uwe Schindler commented on SOLR-5048: - To conclude: The patch is fine, just remove the

Re: Programmatic Synonyms Filter (Lucene and/or Solr)

2013-07-18 Thread Walter Underwood
There are two serious issues with query-time synonyms, speed and correctness. 1. Expanding a term to 1000 synonyms at query time means 1000 term lookups. This will not be fast. Expanding the term at index time means 1000 posting list entries, but only one term lookup at query time. 2. Query

[jira] [Commented] (SOLR-5049) switch to using luceneMatchVersion X.Y in example configs instead of LUCENE_XY

2013-07-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712479#comment-13712479 ] Uwe Schindler commented on SOLR-5049: - I am sorry for not making this public back in

[jira] [Commented] (LUCENE-5030) FuzzySuggester has to operate FSTs of Unicode-letters, not UTF-8, to work correctly for 1-byte (like English) and multi-byte (non-Latin) letters

2013-07-18 Thread Artem Lukanin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712488#comment-13712488 ] Artem Lukanin commented on LUCENE-5030: --- Great! Thanks for reviewing.

[jira] [Commented] (LUCENE-4542) Make RECURSION_CAP in HunspellStemmer configurable

2013-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712496#comment-13712496 ] ASF subversion and git services commented on LUCENE-4542: - Commit

Re: Programmatic Synonyms Filter (Lucene and/or Solr)

2013-07-18 Thread Shai Erera
We index time synonyms means you bloat the index with a lot of new postings, most of them are just duplicates of each other. And in my case, cause for every synonym there's a weight, I cannot even consider postings deduplication... There's a tradeoff here (as usual). Both approaches have pros and

[jira] [Commented] (LUCENE-4542) Make RECURSION_CAP in HunspellStemmer configurable

2013-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712503#comment-13712503 ] ASF subversion and git services commented on LUCENE-4542: - Commit

[jira] [Resolved] (LUCENE-4542) Make RECURSION_CAP in HunspellStemmer configurable

2013-07-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-4542. -- Resolution: Fixed Fix Version/s: 4.5 Committed, thanks! Make

Re: Programmatic Synonyms Filter (Lucene and/or Solr)

2013-07-18 Thread Walter Underwood
Adding terms to posting lists is about the most space-efficient thing you can do in a search engine, so I would not worry too much about that. wunder On Jul 18, 2013, at 10:06 AM, Shai Erera wrote: We index time synonyms means you bloat the index with a lot of new postings, most of them are

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Summary: Pluggable Analytics (was: Aggregating Collectors and AggregatorComponent)

[jira] [Updated] (SOLR-5045) Aggregating Collectors and AggregatorComponent

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Attachment: SOLR-5045.patch Added SumQParserPlugin which is a very simple *Aggregator*

[jira] [Commented] (SOLR-5049) switch to using luceneMatchVersion X.Y in example configs instead of LUCENE_XY

2013-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712511#comment-13712511 ] ASF subversion and git services commented on SOLR-5049: --- Commit

RE: Programmatic Synonyms Filter (Lucene and/or Solr)

2013-07-18 Thread Uwe Schindler
I think Jack is implicitely referring to Solr. In the case of a pure Lucene application without Solr or a custom query parser plugged into Solr that does the query-time expansion, the limit is not the URL length (which only applies to Solr as the query is part of the URL), but more the fact

[jira] [Commented] (SOLR-5048) fail the build if the example solrconfig.xml files don't have an up to date luceneMatchVersion

2013-07-18 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712517#comment-13712517 ] Jack Krupansky commented on SOLR-5048: -- On the ReleaseToDo wiki I see this step:

[jira] [Created] (LUCENE-5119) DiskDV SortedDocValues shouldnt hold doc-to-ord in heap memory

2013-07-18 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5119: --- Summary: DiskDV SortedDocValues shouldnt hold doc-to-ord in heap memory Key: LUCENE-5119 URL: https://issues.apache.org/jira/browse/LUCENE-5119 Project: Lucene - Core

[jira] [Updated] (LUCENE-5119) DiskDV SortedDocValues shouldnt hold doc-to-ord in heap memory

2013-07-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5119: Attachment: LUCENE-5119.patch DiskDV SortedDocValues shouldnt hold doc-to-ord in heap memory

[jira] [Commented] (SOLR-5048) fail the build if the example solrconfig.xml files don't have an up to date luceneMatchVersion

2013-07-18 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712526#comment-13712526 ] Steve Rowe commented on SOLR-5048: -- bq. Maybe the step After creating a new release

[jira] [Commented] (SOLR-5048) fail the build if the example solrconfig.xml files don't have an up to date luceneMatchVersion

2013-07-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712527#comment-13712527 ] Uwe Schindler commented on SOLR-5048: - We should also change the release todo to now

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Description: This ticket provides a pluggable aggregation framework through the introduction of

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Description: This ticket provides a pluggable aggregation framework through the introduction of

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Description: This ticket provides a pluggable aggregation framework through the introduction of

[jira] [Updated] (LUCENE-4542) Make RECURSION_CAP in HunspellStemmer configurable

2013-07-18 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated LUCENE-4542: --- Fix Version/s: (was: 4.5) 4.4 5.0 Make RECURSION_CAP

[jira] [Reopened] (LUCENE-4542) Make RECURSION_CAP in HunspellStemmer configurable

2013-07-18 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe reopened LUCENE-4542: Assignee: Steve Rowe (was: Adrien Grand) Reopening to backport to 4.4, based on conversation

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Description: This ticket provides a pluggable aggregation framework through the introduction of

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Description: This ticket provides a pluggable aggregation framework through the introduction of

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Description: This ticket provides a pluggable aggregation framework through the introduction of

Re: Programmatic Synonyms Filter (Lucene and/or Solr)

2013-07-18 Thread Jack Krupansky
Agreed, to some extent. I think mostly it is a matter of how frequently the synonyms may be updated. OTOH, it is always technically possible to analyze synonym updates, perform queries on both the old and new synonyms, and then update the index for the documents containing synonym changes. How

[jira] [Commented] (LUCENE-4542) Make RECURSION_CAP in HunspellStemmer configurable

2013-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712539#comment-13712539 ] ASF subversion and git services commented on LUCENE-4542: - Commit

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Description: This ticket provides a pluggable aggregation framework through the introduction of

[jira] [Commented] (LUCENE-4542) Make RECURSION_CAP in HunspellStemmer configurable

2013-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712541#comment-13712541 ] ASF subversion and git services commented on LUCENE-4542: - Commit

[jira] [Created] (SOLR-5050) forbidden-apis errors

2013-07-18 Thread Hoss Man (JIRA)
Hoss Man created SOLR-5050: -- Summary: forbidden-apis errors Key: SOLR-5050 URL: https://issues.apache.org/jira/browse/SOLR-5050 Project: Solr Issue Type: Bug Reporter: Hoss Man I'm

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Description: This ticket provides a pluggable aggregation framework through the introduction of

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Description: This ticket provides a pluggable aggregation framework through the introduction of

[jira] [Commented] (LUCENE-5119) DiskDV SortedDocValues shouldnt hold doc-to-ord in heap memory

2013-07-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712551#comment-13712551 ] David Smiley commented on LUCENE-5119: -- Would it be easy to add random access as an

[jira] [Commented] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712548#comment-13712548 ] Jack Krupansky commented on SOLR-5045: -- One interesting test case: There has been some

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Description: This ticket provides a pluggable aggregation framework through the introduction of

[jira] [Commented] (SOLR-5049) switch to using luceneMatchVersion X.Y in example configs instead of LUCENE_XY

2013-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712549#comment-13712549 ] ASF subversion and git services commented on SOLR-5049: --- Commit

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Description: This ticket provides a pluggable aggregation framework through the introduction of

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Description: This ticket provides a pluggable aggregation framework through the introduction of

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Description: This ticket provides a pluggable aggregation framework through the introduction of

[jira] [Commented] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712554#comment-13712554 ] Jack Krupansky commented on SOLR-5045: -- Can I script some custom analytics? Or is

[jira] [Commented] (LUCENE-5119) DiskDV SortedDocValues shouldnt hold doc-to-ord in heap memory

2013-07-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712558#comment-13712558 ] Robert Muir commented on LUCENE-5119: - I dont plan to do this. Thats why we have a

[jira] [Updated] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5045: - Description: This ticket provides a pluggable aggregation framework through the introduction of

[jira] [Resolved] (SOLR-5050) forbidden-apis errors

2013-07-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-5050. Resolution: Not A Problem my mistake ... apparently i wasn't as clean as i thought

[jira] [Closed] (SOLR-5050) forbidden-apis errors

2013-07-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed SOLR-5050. --- forbidden-apis errors - Key: SOLR-5050 URL:

[jira] [Updated] (SOLR-5048) fail the build if the example solrconfig.xml files don't have an up to date luceneMatchVersion

2013-07-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-5048: --- Attachment: SOLR-5048.patch much simpler patch that depends on the changes in SOLR-5049

[jira] [Commented] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712566#comment-13712566 ] Joel Bernstein commented on SOLR-5045: -- You have the flexibility to calculate median,

[jira] [Commented] (SOLR-5048) fail the build if the example solrconfig.xml files don't have an up to date luceneMatchVersion

2013-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712567#comment-13712567 ] ASF subversion and git services commented on SOLR-5048: --- Commit

[jira] [Commented] (LUCENE-4542) Make RECURSION_CAP in HunspellStemmer configurable

2013-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712568#comment-13712568 ] ASF subversion and git services commented on LUCENE-4542: - Commit

[jira] [Comment Edited] (SOLR-5045) Pluggable Analytics

2013-07-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712566#comment-13712566 ] Joel Bernstein edited comment on SOLR-5045 at 7/18/13 5:59 PM:

  1   2   >