Fwd: [Orekit Developers] Distribution of orekit-python egg

2011-09-09 Thread Petrus Hyvönen
Hi JCC developers, As this discussion could be of potential interest of others who makes python modules using jcc I cross post it. I am really not experienced in the licensing issues of open source, closed source etc. A JCC generated external java library .egg, do contain some JCC code, is

[jira] [Created] (SOLR-2751) TermsComponent terms.regex and terms.upper does not always work

2011-09-09 Thread Stephan Meisinger (JIRA)
TermsComponent terms.regex and terms.upper does not always work --- Key: SOLR-2751 URL: https://issues.apache.org/jira/browse/SOLR-2751 Project: Solr Issue Type: Bug

[jira] [Commented] (LUCENE-3416) Allow to pass an instance of RateLimiter to FSDirectory allowing to rate limit merge IO across several directories / instances

2011-09-09 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101075#comment-13101075 ] Simon Willnauer commented on LUCENE-3416: - I am planning to commit this today,

Re: Regarding Transaction logging

2011-09-09 Thread Simon Willnauer
I created LUCENE-3424 for this. But I still would like to keep the discussion open here rather than moving this entirely to an issue. There is more about this than only the seq. ids. simon On Thu, Sep 8, 2011 at 5:35 PM, Yonik Seeley yo...@lucidimagination.com wrote: On Thu, Sep 8, 2011 at

[jira] [Created] (LUCENE-3424) Return sequence ids from IW update/delete/add/commit to allow total ordering outside of IW

2011-09-09 Thread Simon Willnauer (JIRA)
Return sequence ids from IW update/delete/add/commit to allow total ordering outside of IW -- Key: LUCENE-3424 URL: https://issues.apache.org/jira/browse/LUCENE-3424

Checkout SearchWorkings.org - it just went live!

2011-09-09 Thread Simon Willnauer
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 last few months to launch a community site known as SearchWorkings.org [1]. This initiative has been set up for other search professionals to have a

Re: Regarding Transaction logging

2011-09-09 Thread Andrzej Bialecki
On 09/09/2011 11:00, Simon Willnauer wrote: I created LUCENE-3424 for this. But I still would like to keep the discussion open here rather than moving this entirely to an issue. There is more about this than only the seq. ids. I'm concerned also about the content of the transaction log. In

Re: [jira] [Updated] (LUCENE-1889) FastVectorHighlighter: support for additional queries

2011-09-09 Thread Koji Sekiguchi
Thanks for the recover Robert! Koji Sekiguchi from mobile On 2011/09/09, at 14:49, Robert Muir (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/LUCENE-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1889:

Re: Regarding Transaction logging

2011-09-09 Thread eks dev
+1 indeed! All possibilities are are needed. One might do wild things if it is somehow typed. For example, dictionary compression for fields that are tokenized (not only stored), as we already have Term dictionary supporting ord-s. Keeping just a map Token - ord with transaction log... On

setXIncludeAware(boolean) is undefined for the type DocumentBuilderFactory Config.java

2011-09-09 Thread swiss knife
Hello, Sorry for the newbie question, I just checked out Solr using maven and I get the following compile error on Eclipse: The method setXIncludeAware(boolean) is undefined for the type DocumentBuilderFactory Config.java /solr/core/src/java/org/apache/solr/core line 113 Java Problem Am

Re: Regarding Transaction logging

2011-09-09 Thread Andrzej Bialecki
On 09/09/2011 12:07, eks dev wrote: +1 indeed! All possibilities are are needed. One might do wild things if it is somehow typed. For example, dictionary compression for fields that are tokenized (not only stored), as we already have Term dictionary supporting ord-s. Keeping just a map Token-

[jira] [Commented] (SOLR-2066) Search Grouping: support distributed search

2011-09-09 Thread Jasper van Veghel (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101113#comment-13101113 ] Jasper van Veghel commented on SOLR-2066: - Great - ngroups is coming through now!

(SOLR-2726) NullPointerException when using spellcheck.q

2011-09-09 Thread Bernd Fehling
Well, the patch is attached to the issue and problem is fixed. But how to commit it to svn so that it is fixed with the next build? And how to set Status and Resolution for this issue? Any idea? So I'm really trying to help, but if I fix something and can't get it to svn so that it is fixed in

Re: Regarding Transaction logging

2011-09-09 Thread eks dev
I didn't think, it was just a spontaneous reaction :) At the moment I am using static dictionaries to at least get a grip on size of stored fields (escaping encoded terms) Re: Global Maybe the trick would be to somehow use term dictionary as it must be *eventually* updated? An idea is to write

[jira] [Updated] (LUCENE-1889) FastVectorHighlighter: support for additional queries

2011-09-09 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated LUCENE-1889: - Attachment: LUCENE-1889-solr.patch Sorry, forgot to include changes to DefaultSolrHighlighter

Re: Regarding Transaction logging

2011-09-09 Thread Andrzej Bialecki
On 09/09/2011 13:20, eks dev wrote: I didn't think, it was just a spontaneous reaction :) At the moment I am using static dictionaries to at least get a grip on size of stored fields (escaping encoded terms) Re: Global Maybe the trick would be to somehow use term dictionary as it must be

Re: setXIncludeAware(boolean) is undefined for the type DocumentBuilderFactory Config.java

2011-09-09 Thread Erick Erickson
DocumentBuilderFactory is a Java class, not a Solr class, what version of Java are you trying to compile against? Best Erick On Fri, Sep 9, 2011 at 5:53 AM, swiss knife swiss_kn...@email.com wrote: Hello, Sorry for the newbie question, I just checked out Solr using maven and I get the

Re: setXIncludeAware(boolean) is undefined for the type DocumentBuilderFactory Config.java

2011-09-09 Thread Andrzej Bialecki
On 09/09/2011 14:08, Erick Erickson wrote: DocumentBuilderFactory is a Java class, not a Solr class, what version of Java are you trying to compile against? Best Erick On Fri, Sep 9, 2011 at 5:53 AM, swiss knifeswiss_kn...@email.com wrote: Hello, Sorry for the newbie question, I just

[jira] [Commented] (SOLR-2366) Facet Range Gaps

2011-09-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101152#comment-13101152 ] Jan Høydahl commented on SOLR-2366: --- Hoss: Good comments, which need to be decided upon,

[jira] [Commented] (SOLR-2366) Facet Range Gaps

2011-09-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101185#comment-13101185 ] Jan Høydahl commented on SOLR-2366: --- I've given the Wiki page another take, with the new

[jira] [Updated] (SOLR-2366) Facet Range Gaps

2011-09-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-2366: -- Description: There really is no reason why the range gap for date and numeric faceting needs to be

[jira] [Commented] (SOLR-2366) Facet Range Gaps

2011-09-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101204#comment-13101204 ] Jan Høydahl commented on SOLR-2366: --- One thing this improvement needs to tackle is how to

Matching String + Matching String positions / Lucene 2.3.1

2011-09-09 Thread Jérôme
Hi, I'm currently working with Lucene 2.3.1. The aim of my application is to querying(from an HTML form) my lucene index, then displaying results (in a web page)with: - Matching Strings - Matching String positions / offsets For example: -The document: when i was a child, i was a Jedi.

Re: setXIncludeAware(boolean) is undefined for the type DocumentBuilderFactory Config.java

2011-09-09 Thread swiss knife
Thank you? Actually javax.xml.parsers.DocumentBuilderFactory.class in included in the JRE1.6 and also in xml-apis-1.0.b2.jar where the versions of DocumentBuilderFactory differ. I removed the dependency on xml-apis-1.0.b2.jar and it went through. What am I supposed to do from here ? Enter

[Lucene.Net] How to add document to more than one index (but only analyze once)?

2011-09-09 Thread Robert Stewart
Is it possible to add a document to more than one index at the same time, such that document fields are only analyzed one time? For instance, to add document to both a master index, and a smaller near real-time index. I would like to avoid analyzing document fields more than once but I dont

[jira] [Updated] (SOLR-2750) Some places look for UpdateParams.UPDATE_CHAIN but not the deprecated update.processor

2011-09-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-2750: -- Attachment: SOLR-2750.patch This patch attempts to fix this for trunk Some places look for

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 414 - Failure

2011-09-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/414/ 1 tests failed. REGRESSION: org.apache.solr.cloud.CloudStateUpdateTest.testCoreRegistration Error Message: null Stack Trace: junit.framework.AssertionFailedError: at

[jira] [Updated] (SOLR-2750) Some places look for UpdateParams.UPDATE_CHAIN but not the deprecated update.processor

2011-09-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-2750: -- Attachment: SOLR-2750-branch_3x.patch Patch for branch_3x Some places look for

[jira] [Updated] (SOLR-2750) Some places look for UpdateParams.UPDATE_CHAIN but not the deprecated update.processor

2011-09-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-2750: -- Fix Version/s: 4.0 3.4 Some places look for UpdateParams.UPDATE_CHAIN but not the

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #236: POMs out of sync

2011-09-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/236/ 1 tests failed. REGRESSION: org.apache.solr.search.TestRealTimeGet.testStressGetRealtime Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace: java.lang.RuntimeException:

Re: [Lucene.Net] How to add document to more than one index (but only analyze once)?

2011-09-09 Thread digy digy
How about indexing the new document(s) in memory using RAMDirectory then calling indexWriter.AddIndexesNoOptimize for NRT master index? DIGY On Fri, Sep 9, 2011 at 5:33 PM, Robert Stewart robert_stew...@epam.comwrote: Is it possible to add a document to more than one index at the same time,

Re: [Lucene.Net] How to add document to more than one index (but only analyze once)?

2011-09-09 Thread Robert Stewart
That sounds like a good plan. How will that affect existing merge scheduling? For master index I use merge factor of 2. On Sep 9, 2011, at 11:44 AM, digy digy wrote: How about indexing the new document(s) in memory using RAMDirectory then calling indexWriter.AddIndexesNoOptimize for NRT

[VOTE] Release Lucene/Solr 3.4.0, RC1

2011-09-09 Thread Michael McCandless
Please vote to release the RC1 artifacts at: https://people.apache.org/~mikemccand/staging_area/lucene-solr-3.4.0-RC1-rev1167142 as Lucene 3.4.0 and Solr 3.4.0. Mike McCandless http://blog.mikemccandless.com - To

Re: Regarding Transaction logging

2011-09-09 Thread Simon Willnauer
On Fri, Sep 9, 2011 at 11:19 AM, Andrzej Bialecki a...@getopt.org wrote: On 09/09/2011 11:00, Simon Willnauer wrote: I created LUCENE-3424 for this. But I still would like to keep the discussion open here rather than moving this entirely to an issue. There is more about this than only the

Re: Fwd: [Orekit Developers] Distribution of orekit-python egg

2011-09-09 Thread Andi Vajda
On Fri, 9 Sep 2011, Petrus Hyvönen wrote: As this discussion could be of potential interest of others who makes python modules using jcc I cross post it. I am really not experienced in the licensing issues of open source, closed source etc. A JCC generated external java library .egg, do

[jira] [Updated] (LUCENE-2959) [GSoC] Implementing State of the Art Ranking for Lucene

2011-09-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2959: Attachment: LUCENE-2959.patch attached is a diff (using dev-tools/scripts/diff-sources.py)

[jira] [Updated] (LUCENE-2959) [GSoC] Implementing State of the Art Ranking for Lucene

2011-09-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2959: Attachment: LUCENE-2959.patch oops, i had some stuff in solr/example/work that caused a lot of

[jira] [Updated] (LUCENE-2959) [GSoC] Implementing State of the Art Ranking for Lucene

2011-09-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2959: Fix Version/s: 4.0 [GSoC] Implementing State of the Art Ranking for Lucene

[jira] [Commented] (LUCENE-2312) Search on IndexWriter's RAM Buffer

2011-09-09 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101391#comment-13101391 ] Jason Rutherglen commented on LUCENE-2312: -- There are many important use cases

[jira] [Updated] (SOLR-2066) Search Grouping: support distributed search

2011-09-09 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-2066: Attachment: SOLR-2066.patch Good catch Jasper! I've updated the patch that fixes

3.4.0 draft release notes

2011-09-09 Thread Michael McCandless
I just took a first crack at them: http://wiki.apache.org/solr/ReleaseNote34 http://wiki.apache.org/lucene-java/ReleaseNote34 Feel free to go improve them before we release! Mike McCandless http://blog.mikemccandless.com

[jira] [Resolved] (LUCENE-3416) Allow to pass an instance of RateLimiter to FSDirectory allowing to rate limit merge IO across several directories / instances

2011-09-09 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-3416. - Resolution: Fixed committed to trunk. Thanks Shay Allow to pass an instance of

[jira] [Created] (LUCENE-3425) NRT Caching Dir to allow for exact memory usage, better buffer allocation and global cross indices control

2011-09-09 Thread Shay Banon (JIRA)
NRT Caching Dir to allow for exact memory usage, better buffer allocation and global cross indices control Key: LUCENE-3425 URL:

[jira] [Commented] (LUCENE-3425) NRT Caching Dir to allow for exact memory usage, better buffer allocation and global cross indices control

2011-09-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101567#comment-13101567 ] Michael McCandless commented on LUCENE-3425: Also, a quick win on trunk is to

[jira] [Created] (SOLR-2752) leader-per-shard

2011-09-09 Thread Yonik Seeley (JIRA)
leader-per-shard Key: SOLR-2752 URL: https://issues.apache.org/jira/browse/SOLR-2752 Project: Solr Issue Type: Sub-task Components: SolrCloud Reporter: Yonik Seeley Fix For: 4.0 We need

issue SOLR-1565 - StreamingUpdateSolrServer and Javabin

2011-09-09 Thread Patrick Sauts
Hi, I've made a alpha version of StreamingUpdateSolrServer dedicated to Binary update (javabin), It works fine for me. It is not a fix of the issue SOLR-1565, it is a new class. But I think It can maybe be useful to fix the bug. If somebody tests it thank you to send feedback.

[jira] [Updated] (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2011-09-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-1979: -- Fix Version/s: (was: 3.4) 3.5 Moving to 3.5 Create

[jira] [Updated] (SOLR-2742) Add commitWithin to convenience signatures for SolrServer.add(..)

2011-09-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-2742: -- Fix Version/s: (was: 3.4) 3.5 Add commitWithin to convenience signatures for

[jira] [Commented] (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2011-09-09 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101612#comment-13101612 ] Lance Norskog commented on SOLR-1979: - I'm impressed! This is a lot of work and

Re: issue SOLR-1565 - StreamingUpdateSolrServer and Javabin

2011-09-09 Thread Ryan McKinley
Hey Patrick- Can you make a JIRA issue, and post the code there? Thanks Ryan On Fri, Sep 9, 2011 at 5:47 PM, Patrick Sauts patrick.via...@gmail.com wrote: Hi, I’ve made a alpha version of StreamingUpdateSolrServer dedicated to Binary update (javabin), It works fine for me. It is not

[jira] [Updated] (SOLR-1565) StreamingUpdateSolrServer should support RequestWriter API

2011-09-09 Thread Patrick Sauts (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Sauts updated SOLR-1565: Attachment: BinaryStreamingUpdateSolrServer.java I’ve made a alpha version of

[jira] [Issue Comment Edited] (SOLR-1565) StreamingUpdateSolrServer should support RequestWriter API

2011-09-09 Thread Patrick Sauts (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101648#comment-13101648 ] Patrick Sauts edited comment on SOLR-1565 at 9/9/11 11:36 PM: --

RE: issue SOLR-1565 - StreamingUpdateSolrServer and Javabin

2011-09-09 Thread Patrick Sauts
I have attached the file to the issue SOLR-1565. Hopping this will help. Patrick Sauts. -Original Message- From: Ryan McKinley [mailto:ryan...@gmail.com] Sent: Friday, September 09, 2011 3:57 PM To: dev@lucene.apache.org Subject: Re: issue SOLR-1565 - StreamingUpdateSolrServer and