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

2011-06-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049014#comment-13049014 ] Simon Willnauer commented on SOLR-2242: --- Bill, this seems like an important issue. Ma

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

2011-06-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned SOLR-2242: - Assignee: Simon Willnauer > Get distinct count of names for a facet field > --

[jira] [Commented] (SOLR-2523) SolrJ QueryResponse doesn't support range facets

2011-06-13 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049012#comment-13049012 ] Martijn van Groningen commented on SOLR-2523: - Solr-1896 looks like what this i

Re: Lucene Facet path

2011-06-13 Thread Martijn v Groningen
I think it can be a subtask of LUCENE-3079 and we should first focus on the general faceting features. As far as I know there is no bitset impl. out there for faceting. Op 14 jun. 2011 00:08 schreef "Jason Rutherglen" het volgende: > Martijn, If the title is correct "Post grouping faceting" then m

Re: commit-check target for ant?

2011-06-13 Thread Dawid Weiss
> about, we could have the same argument about requiring 1.7 to compile but > supporting binary releases that run on 1.6; or an argument about wether we > should use a commercial tool that commiters have a license for to "build" > java code from a source grammer -- the point is that as an open sour

[jira] [Commented] (SOLR-2551) Checking dataimport.properties for write access during startup

2011-06-13 Thread C S (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049000#comment-13049000 ] C S commented on SOLR-2551: --- I might be wrong but isn't the dataimport.properties written even if

[jira] [Commented] (LUCENE-3199) Add non-desctructive sort to BytesRefHash

2011-06-13 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048987#comment-13048987 ] Jason Rutherglen commented on LUCENE-3199: -- I think the issue with this, as it r

[JENKINS] Lucene-trunk - Build # 1594 - Still Failing

2011-06-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-trunk/1594/ 3 tests failed. FAILED: org.apache.lucene.index.TestPerFieldCodecSupport.testStressPerFieldCodec Error Message: GC overhead limit exceeded Stack Trace: java.lang.OutOfMemoryError: GC overhead limit exceeded at org.apache.lucene.ut

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

2011-06-13 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048967#comment-13048967 ] Bill Bell commented on SOLR-2242: - Lance, This patch just takes the # of lines coming out

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

2011-06-13 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048966#comment-13048966 ] Bill Bell commented on SOLR-2242: - Thanks Mike. I think it is committable since shards wor

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

2011-06-13 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: Description: When returning facet.field= you will get a list of matches for distinct values. This is normal

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

2011-06-13 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: Description: When returning facet.field= you will get a list of matches for distinct values. This is normal

[jira] [Commented] (SOLR-2554) RandomSortField values are cached in the FieldCache

2011-06-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048965#comment-13048965 ] Yonik Seeley commented on SOLR-2554: Thanks Vadim, I can reproduce this on 3.1 and bran

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

2011-06-13 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048964#comment-13048964 ] Bill Bell commented on SOLR-2242: - Lance, There is literally 15 lines of code changes. Not

[jira] [Updated] (LUCENE-3200) Cleanup MMapDirectory to use only one MMapIndexInput impl with mapping sized of powers of 2

2011-06-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3200: Attachment: LUCENE-3200.patch same as uwe's patch, but i also nuked the previous hack in TestTerm

[jira] [Updated] (LUCENE-3200) Cleanup MMapDirectory to use only one MMapIndexInput impl with mapping sized of powers of 2

2011-06-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3200: -- Attachment: LUCENE-3200.patch Same patch with Robert's tests included. > Cleanup MMapDirector

[jira] [Updated] (LUCENE-3200) Cleanup MMapDirectory to use only one MMapIndexInput impl with mapping sized of powers of 2

2011-06-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3200: -- Attachment: LUCENE-3200.patch New patch with some minor issues fixed: - fixed the RuntimeExcep

[jira] [Updated] (LUCENE-3200) Cleanup MMapDirectory to use only one MMapIndexInput impl with mapping sized of powers of 2

2011-06-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3200: Attachment: LUCENE-3200_tests.patch here are some additional stress tests for mmap > Cleanup MMap

[jira] [Reopened] (SOLR-2554) RandomSortField values are cached in the FieldCache

2011-06-13 Thread Vadim Geshel (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vadim Geshel reopened SOLR-2554: Sorry, I should have been more specific. This happens if you use a RandomSortField in a query, not as a

[JENKINS] Lucene-Solr-tests-only-3.x - Build # 8823 - Still Failing

2011-06-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/8823/ No tests ran. Build Log (for compile errors): [...truncated 62 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 8819 - Still Failing

2011-06-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8819/ No tests ran. Build Log (for compile errors): [...truncated 62 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional comman

[JENKINS] Lucene-Solr-tests-only-3.x - Build # 8822 - Failure

2011-06-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/8822/ No tests ran. Build Log (for compile errors): [...truncated 62 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands

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

2011-06-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8818/ 1 tests failed. REGRESSION: org.apache.solr.common.util.ContentStreamTest.testURLStream Error Message: Server returned HTTP response code: 403 for URL: http://svn.apache.org/repos/asf/lucene/dev/trunk/ Stack Trace: java.io

[jira] [Commented] (LUCENE-3200) Cleanup MMapDirectory to use only one MMapIndexInput impl with mapping sized of powers of 2

2011-06-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048923#comment-13048923 ] Robert Muir commented on LUCENE-3200: - at a glance the patch is looking really good o

[jira] [Assigned] (LUCENE-3200) Cleanup MMapDirectory to use only one MMapIndexInput impl with mapping sized of powers of 2

2011-06-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-3200: - Assignee: Uwe Schindler > Cleanup MMapDirectory to use only one MMapIndexInput impl with

[jira] [Updated] (LUCENE-3200) Cleanup MMapDirectory to use only one MMapIndexInput impl with mapping sized of powers of 2

2011-06-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3200: -- Attachment: LUCENE-3200.patch Here the patch. > Cleanup MMapDirectory to use only one MMapInd

[JENKINS] Lucene-3.x - Build # 407 - Still Failing

2011-06-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-3.x/407/ 2 tests failed. FAILED: org.apache.lucene.search.TestPhraseQuery.testRandomPhrases Error Message: this writer hit an OutOfMemoryError; cannot complete optimize Stack Trace: java.lang.IllegalStateException: this writer hit an OutOfMemoryError;

[jira] [Updated] (LUCENE-2979) Simplify configuration API of contrib Query Parser

2011-06-13 Thread Phillipe Ramalho (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phillipe Ramalho updated LUCENE-2979: - Attachment: LUCENE-2979_phillipe_reamalho.patch This is finally my first patch. Sorry fo

[jira] [Commented] (SOLR-2554) RandomSortField values are cached in the FieldCache

2011-06-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048916#comment-13048916 ] Yonik Seeley commented on SOLR-2554: The reporter probably meant the filterCache (altho

Re: tentative! release notes drafts

2011-06-13 Thread Robert Muir
On Mon, Jun 13, 2011 at 8:14 PM, Chris Hostetter wrote: > > : Since nobody objected to the idea, I created the following templates > : for 3.3, and added a few already-committed things. > > I like the idea ... but why not just keep in in SVN? > > (that way patches can suggest wording for hte relea

Re: tentative! release notes drafts

2011-06-13 Thread Chris Hostetter
: Since nobody objected to the idea, I created the following templates : for 3.3, and added a few already-committed things. I like the idea ... but why not just keep in in SVN? (that way patches can suggest wording for hte release notes if/when the patch is contains a notable feature worthy of

[jira] [Commented] (LUCENE-3201) improved compound file handling

2011-06-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048912#comment-13048912 ] Robert Muir commented on LUCENE-3201: - I think for this one, I prefer to wait for Uwe

[jira] [Commented] (LUCENE-3201) improved compound file handling

2011-06-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048906#comment-13048906 ] Michael McCandless commented on LUCENE-3201: +1 > improved compound file han

[jira] [Created] (LUCENE-3201) improved compound file handling

2011-06-13 Thread Robert Muir (JIRA)
improved compound file handling --- Key: LUCENE-3201 URL: https://issues.apache.org/jira/browse/LUCENE-3201 Project: Lucene - Java Issue Type: Improvement Reporter: Robert Muir Currently CompoundFile

[jira] [Resolved] (SOLR-2554) RandomSortField values are cached in the FieldCache

2011-06-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-2554. Resolution: Cannot Reproduce Hmm reviewing the code i don't see any way RandomSortField would use the F

positional index

2011-06-13 Thread Minh Doan
Hi, I know there is positional index in lucene implementation. If anyone is aware of it, let me know how is it used in lucene, and which algorithms ? Best, --- Minh

[jira] [Commented] (LUCENE-3200) Cleanup MMapDirectory to use only one MMapIndexInput impl with mapping sized of powers of 2

2011-06-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048858#comment-13048858 ] Robert Muir commented on LUCENE-3200: - also, we can fix the issue Shai brought up for

[jira] [Created] (LUCENE-3200) Cleanup MMapDirectory to use only one MMapIndexInput impl with mapping sized of powers of 2

2011-06-13 Thread Uwe Schindler (JIRA)
Cleanup MMapDirectory to use only one MMapIndexInput impl with mapping sized of powers of 2 --- Key: LUCENE-3200 URL: https://issues.apache.org/jira/browse/LUCENE-3200

[jira] [Created] (LUCENE-3199) Add non-desctructive sort to BytesRefHash

2011-06-13 Thread Jason Rutherglen (JIRA)
Add non-desctructive sort to BytesRefHash - Key: LUCENE-3199 URL: https://issues.apache.org/jira/browse/LUCENE-3199 Project: Lucene - Java Issue Type: Improvement Components: core/index A

Re: Lucene Facet path

2011-06-13 Thread Jason Rutherglen
Martijn, If the title is correct "Post grouping faceting" then maybe the bit set based system should be a separate issue? Eg, is there a bit set implementation today in LUCENE-3079? On Mon, Jun 13, 2011 at 2:58 PM, Martijn v Groningen wrote: > There is already an issue open for this: > LUCENE-30

[jira] [Commented] (LUCENE-3198) Change default Directory impl on 64bit linux to MMap

2011-06-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048821#comment-13048821 ] Uwe Schindler commented on LUCENE-3198: --- Thats fine, I just wanted to talk about th

[jira] [Commented] (SOLR-2523) SolrJ QueryResponse doesn't support range facets

2011-06-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048820#comment-13048820 ] Hoss Man commented on SOLR-2523: bq. I'm not a date-math expert, but is there a problem wit

[jira] [Commented] (SOLR-2588) Solr doesn't work without Velocity on classpath

2011-06-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048817#comment-13048817 ] Ryan McKinley commented on SOLR-2588: - "bug" is a strech... I think what this is getti

[jira] [Commented] (LUCENE-3198) Change default Directory impl on 64bit linux to MMap

2011-06-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048818#comment-13048818 ] Robert Muir commented on LUCENE-3198: - why jump the gun, we can just enable it for li

[jira] [Commented] (SOLR-2588) Solr doesn't work without Velocity on classpath

2011-06-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048815#comment-13048815 ] Uwe Schindler commented on SOLR-2588: - I generally also do not use the webapp directly,

Re: Lucene Facet path

2011-06-13 Thread Martijn v Groningen
There is already an issue open for this: LUCENE-3079 As the issues describes, the faceting in Solr relies on the schema (and off course the UIF). So having the noting of a FieldType in the facet module would be very helpful for selecting the right facet implementation. Currently in Solr there is o

[jira] [Commented] (SOLR-2588) Solr doesn't work without Velocity on classpath

2011-06-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048814#comment-13048814 ] Mark Miller commented on SOLR-2588: --- Perhaps he is not using the webapp? > Solr doesn't

[jira] [Commented] (LUCENE-3198) Change default Directory impl on 64bit linux to MMap

2011-06-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048812#comment-13048812 ] Uwe Schindler commented on LUCENE-3198: --- That means we can now enable MMap for all

Re: Lucene Facet path

2011-06-13 Thread Jason Rutherglen
I think it's a better approach than rewriting Solr's internals. Eg, small development steps could be taken, using the knowledge learned from Solr's facet system. Eg, caching and intersecting bit sets would be an easy-ish first step? On Mon, Jun 13, 2011 at 2:37 PM, Simon Willnauer wrote: > I be

[jira] [Commented] (SOLR-2588) Solr doesn't work without Velocity on classpath

2011-06-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048799#comment-13048799 ] Hoss Man commented on SOLR-2588: I don't understand this bug? in SOLR-1957 the velocity re

Re: Lucene Facet path

2011-06-13 Thread Simon Willnauer
I believe people are already looking into that but I am not sure. sounds reasonable to me but I think its going to be lots of work simon On Mon, Jun 13, 2011 at 11:34 PM, Jason Rutherglen wrote: > Are we going the direction of creating full facet features outside of > Solr?  Eg, we have UIF extr

[jira] [Resolved] (LUCENE-3196) Optimize FixedStraightBytes for bytes size == 1

2011-06-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-3196. - Resolution: Fixed Committed in revision 1135293. > Optimize FixedStraightBytes for byt

Lucene Facet path

2011-06-13 Thread Jason Rutherglen
Are we going the direction of creating full facet features outside of Solr? Eg, we have UIF extrapolated out, we can probably make a module for bit set intersections as well. In the process the faceting will go per-segment. - To

[jira] [Commented] (LUCENE-3196) Optimize FixedStraightBytes for bytes size == 1

2011-06-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048787#comment-13048787 ] Uwe Schindler commented on LUCENE-3196: --- Looks fine, using this approach, separate

[jira] [Commented] (LUCENE-3196) Optimize FixedStraightBytes for bytes size == 1

2011-06-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048757#comment-13048757 ] Simon Willnauer commented on LUCENE-3196: - I am planning to commit this soon if n

Re: commit-check target for ant?

2011-06-13 Thread Chris Hostetter
: Ok, I get your point and I'm not going to force it, but I don't agree : people still running 1.5 should be able to compile from sources. I : mean: 1.5 has been dead for a longer while now; the same argument : could be made for java 1.4 or whatever most recent version has been that's an argument

[jira] [Commented] (SOLR-2586) example work & logs directories needed?

2011-06-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048755#comment-13048755 ] Uwe Schindler commented on SOLR-2586: - bq. Bottom line I think, is if someone wants to

Re: Indexing slower in trunk

2011-06-13 Thread Simon Willnauer
On Mon, Jun 13, 2011 at 8:13 PM, Erick Erickson wrote: > I half remember that this has come up before, but I couldn't find the > thread. I was running some tests over the weekend that involved > indexing 1.9M documents from the English Wiki dump. > > I'm consistently seeing that trunk takes about

[jira] [Commented] (SOLR-2586) example work & logs directories needed?

2011-06-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048746#comment-13048746 ] Yonik Seeley commented on SOLR-2586: bq. why even have a "work" directory since Jetty w

[jira] [Updated] (LUCENE-3097) Post grouping faceting

2011-06-13 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated LUCENE-3097: -- Attachment: LUCENE-3097.patch An updated version of the patch. This is still w

Re: Archive questions

2011-06-13 Thread Itamar Syn-Hershko
http://mail-archives.apache.org/mod_mbox/lucene-openrelevance-dev/ On 13/06/2011 18:04, Patrick Durusau wrote: Itamar, Sorry to reply to my own answer but yes, the 1969-12-31 date is obviously a software glitch. But, the wiki says the project started in June 2009. So, my question is where

RE: Welcome Jan Høydahl as Lucene/Solr committer

2011-06-13 Thread karl.wright
Congratulations, Jan! Karl -Original Message- From: ext Mark Miller [mailto:markrmil...@gmail.com] Sent: Monday, June 13, 2011 10:43 AM To: dev@lucene.apache.org Subject: Welcome Jan Høydahl as Lucene/Solr committer I'm happy to announce that the Lucene/Solr PMC has voted in Jan Høydahl

Re: Welcome Jan Høydahl as Lucene/Solr committer

2011-06-13 Thread Shai Erera
Welcome Jan ! Shai On Mon, Jun 13, 2011 at 10:25 PM, Dawid Weiss wrote: > Welcome Jan! > > On Mon, Jun 13, 2011 at 6:44 PM, Shalin Shekhar Mangar > wrote: > > Welcome Jan! > > > > On Mon, Jun 13, 2011 at 8:13 PM, Mark Miller > wrote: > >> > >> I'm happy to announce that the Lucene/Solr PMC has

[jira] [Updated] (LUCENE-3198) Change default Directory impl on 64bit linux to MMap

2011-06-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3198: --- Component/s: core/store Fix Version/s: 4.0 3.3 > Change def

[jira] [Created] (LUCENE-3198) Change default Directory impl on 64bit linux to MMap

2011-06-13 Thread Michael McCandless (JIRA)
Change default Directory impl on 64bit linux to MMap Key: LUCENE-3198 URL: https://issues.apache.org/jira/browse/LUCENE-3198 Project: Lucene - Java Issue Type: Improvement Repo

Re: Welcome Jan Høydahl as Lucene/Solr committer

2011-06-13 Thread Dawid Weiss
Welcome Jan! On Mon, Jun 13, 2011 at 6:44 PM, Shalin Shekhar Mangar wrote: > Welcome Jan! > > On Mon, Jun 13, 2011 at 8:13 PM, Mark Miller wrote: >> >> I'm happy to announce that the Lucene/Solr PMC has voted in Jan Høydahl as >> our newest committer. >> >> Jan, if you don't mind, could you intr

[jira] [Assigned] (LUCENE-2341) explore morfologik integration

2011-06-13 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-2341: --- Assignee: Dawid Weiss > explore morfologik integration > -- > >

[jira] [Updated] (LUCENE-3197) Optimize runs forever if you keep deleting docs at the same time

2011-06-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3197: --- Component/s: core/index > Optimize runs forever if you keep deleting docs at the sam

[jira] [Created] (LUCENE-3197) Optimize runs forever if you keep deleting docs at the same time

2011-06-13 Thread Michael McCandless (JIRA)
Optimize runs forever if you keep deleting docs at the same time Key: LUCENE-3197 URL: https://issues.apache.org/jira/browse/LUCENE-3197 Project: Lucene - Java Issue Type: Bug

[Lucene.Net] [jira] [Created] (LUCENENET-425) MMapDirectory implementation

2011-06-13 Thread Digy (JIRA)
MMapDirectory implementation Key: LUCENENET-425 URL: https://issues.apache.org/jira/browse/LUCENENET-425 Project: Lucene.Net Issue Type: New Feature Affects Versions: Lucene.Net 2.9.4g Reporter: D

[Lucene.Net] [jira] [Updated] (LUCENENET-425) MMapDirectory implementation

2011-06-13 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-425: --- Attachment: MMapDirectory.patch > MMapDirectory implementation > > >

[jira] [Resolved] (LUCENE-3193) TwoPhaseCommit interface

2011-06-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved LUCENE-3193. Resolution: Fixed Committed revision 1135204 (trunk). Committed revision 1135215 (3x). > TwoPhase

[jira] [Resolved] (SOLR-2590) javadoc.link.lucene property value in solr/common-build.xml is obsolete

2011-06-13 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe resolved SOLR-2590. --- Resolution: Fixed Committed: - r1135206: trunk - r1135207: branch_3x > javadoc.link.lucene property

Indexing slower in trunk

2011-06-13 Thread Erick Erickson
I half remember that this has come up before, but I couldn't find the thread. I was running some tests over the weekend that involved indexing 1.9M documents from the English Wiki dump. I'm consistently seeing that trunk takes about twice as long to index the docs as 1.4, 3.2 and 3x. Optimize is a

[jira] [Updated] (SOLR-2590) javadoc.link.lucene property value in solr/common-build.xml is obsolete

2011-06-13 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated SOLR-2590: -- Attachment: SOLR-2590.patch Patch for trunk with the fixed Jenkins-built Lucene trunk javadocs URL. Loc

[jira] [Commented] (SOLR-2590) javadoc.link.lucene property value in solr/common-build.xml is obsolete

2011-06-13 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048676#comment-13048676 ] Steven Rowe commented on SOLR-2590: --- If you paste the old link into a browser, you get re

[jira] [Created] (SOLR-2590) javadoc.link.lucene property value in solr/common-build.xml is obsolete

2011-06-13 Thread Steven Rowe (JIRA)
javadoc.link.lucene property value in solr/common-build.xml is obsolete --- Key: SOLR-2590 URL: https://issues.apache.org/jira/browse/SOLR-2590 Project: Solr Issue Type: Bug

Re: repo doesn't like me this morning.

2011-06-13 Thread Erick Erickson
I'm getting updates again, apparently the problem is fixed. On Mon, Jun 13, 2011 at 12:36 PM, Upayavira wrote: > Is the EU one getting updates? I've seen a suggestion that commits from > the US aren't getting to it. > > Upayavira > > On Mon, 13 Jun 2011 10:05 -0400, "Robert Muir" wrote: >> Yeah,

[jira] [Reopened] (SOLR-2574) Add SLF4J-nop dependency

2011-06-13 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reopened SOLR-2574: - Assignee: Shalin Shekhar Mangar slf4j in branch 3x still needs to be updated to

[jira] [Commented] (SOLR-2574) Add SLF4J-nop dependency

2011-06-13 Thread Gabriele Kahlout (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048666#comment-13048666 ] Gabriele Kahlout commented on SOLR-2574: thank you, what about 3_x branch? > Add S

[jira] [Assigned] (SOLR-2551) Checking dataimport.properties for write access during startup

2011-06-13 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-2551: --- Assignee: Shalin Shekhar Mangar > Checking dataimport.properties for write acc

[jira] [Commented] (SOLR-2551) Checking dataimport.properties for write access during startup

2011-06-13 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048662#comment-13048662 ] Shalin Shekhar Mangar commented on SOLR-2551: - If DIH is unable to write dataim

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

2011-06-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8811/ All tests passed Build Log (for compile errors): [...truncated 13695 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional

[jira] [Resolved] (SOLR-2574) Add SLF4J-nop dependency

2011-06-13 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-2574. - Resolution: Fixed Fix Version/s: (was: 1.4) 4.0 slf4

[jira] [Commented] (SOLR-2136) Function Queries: if() function

2011-06-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048646#comment-13048646 ] Yonik Seeley commented on SOLR-2136: Thanks Koji, I just committed a fix for this cut'n

Re: Welcome Jan Høydahl as Lucene/Solr committer

2011-06-13 Thread Shalin Shekhar Mangar
Welcome Jan! On Mon, Jun 13, 2011 at 8:13 PM, Mark Miller wrote: > I'm happy to announce that the Lucene/Solr PMC has voted in Jan Høydahl as > our newest committer. > > Jan, if you don't mind, could you introduce yourself with a brief bio as > has become our tradition? > > Congratulations and w

RE: Welcome Jan Høydahl as Lucene/Solr committer

2011-06-13 Thread Steven A Rowe
Welcome! > -Original Message- > From: Mark Miller [mailto:markrmil...@gmail.com] > Sent: Monday, June 13, 2011 10:43 AM > To: dev@lucene.apache.org > Subject: Welcome Jan Høydahl as Lucene/Solr committer > > I'm happy to announce that the Lucene/Solr PMC has voted in Jan Høydahl > as our

[jira] [Commented] (SOLR-2136) Function Queries: if() function

2011-06-13 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048642#comment-13048642 ] Koji Sekiguchi commented on SOLR-2136: -- I've met a strange behavior. With empty index,

Re: repo doesn't like me this morning.

2011-06-13 Thread Upayavira
Is the EU one getting updates? I've seen a suggestion that commits from the US aren't getting to it. Upayavira On Mon, 13 Jun 2011 10:05 -0400, "Robert Muir" wrote: > Yeah, but you can svn update/checkout/make patches etc until the main > one comes back online, then switch back for committing >

Re: Welcome Jan Høydahl as Lucene/Solr committer

2011-06-13 Thread Martijn v Groningen
Welcome Jan! On 13 June 2011 17:30, Koji Sekiguchi wrote: > Welcome! > > > (11/06/13 23:43), Mark Miller wrote: > >> I'm happy to announce that the Lucene/Solr PMC has voted in Jan Høydahl as >> our newest committer. >> >> Jan, if you don't mind, could you introduce yourself with a brief bio as

Participation Requested: Survey about Open-Source Software Development

2011-06-13 Thread Jeffrey Carver
Hi, Drs. Jeffrey Carver, Rosanna Guadagno, Debra McCallum, and Mr. Amiangshu Bosu, University of Alabama, and Dr. Lorin Hochstein, University of Southern California, are conducting a survey of open-source software developers. This survey seeks to understand how developers on distributed, virtual

[jira] [Resolved] (SOLR-2400) FieldAnalysisRequestHandler; add information about token-relation

2011-06-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved SOLR-2400. - Resolution: Fixed Committed trunk revision: 1135154 Committed 3.x branch revision: 1135156 > Fiel

[jira] [Updated] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2011-06-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2878: Attachment: LUCENE-2878_trunk.patch here is a patch that applies to trunk. I added a simpl

[jira] [Commented] (LUCENE-3196) Optimize FixedStraightBytes for bytes size == 1

2011-06-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048616#comment-13048616 ] Michael McCandless commented on LUCENE-3196: Ahh yes great! selckin's random

[jira] [Commented] (LUCENE-3196) Optimize FixedStraightBytes for bytes size == 1

2011-06-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048615#comment-13048615 ] Simon Willnauer commented on LUCENE-3196: - bq. Do we have a test (eg a random tes

[jira] [Commented] (LUCENE-3196) Optimize FixedStraightBytes for bytes size == 1

2011-06-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048606#comment-13048606 ] Michael McCandless commented on LUCENE-3196: Looks good Simon! Probably othe

[jira] [Commented] (LUCENE-3193) TwoPhaseCommit interface

2011-06-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048605#comment-13048605 ] Michael McCandless commented on LUCENE-3193: Looks great Shai! > TwoPhaseCom

Re: Welcome Jan Høydahl as Lucene/Solr committer

2011-06-13 Thread Koji Sekiguchi
Welcome! (11/06/13 23:43), Mark Miller wrote: I'm happy to announce that the Lucene/Solr PMC has voted in Jan Høydahl as our newest committer. Jan, if you don't mind, could you introduce yourself with a brief bio as has become our tradition? Congratulations and welcome aboard! - Mark Mille

Re: Welcome Jan Høydahl as Lucene/Solr committer

2011-06-13 Thread Michael McCandless
Welcome! Mike McCandless http://blog.mikemccandless.com On Mon, Jun 13, 2011 at 10:43 AM, Mark Miller wrote: > I'm happy to announce that the Lucene/Solr PMC has voted in Jan Høydahl as > our newest committer. > > Jan, if you don't mind, could you introduce yourself with a brief bio as has >

Re: Welcome Jan Høydahl as Lucene/Solr committer

2011-06-13 Thread Simon Willnauer
Welcome! On Mon, Jun 13, 2011 at 5:04 PM, Robert Muir wrote: > Welcome Jan! > > On Mon, Jun 13, 2011 at 10:43 AM, Mark Miller wrote: >> I'm happy to announce that the Lucene/Solr PMC has voted in Jan Høydahl as >> our newest committer. >> >> Jan, if you don't mind, could you introduce yourself

  1   2   >