[jira] [Commented] (LUCENE-3206) FST package API refactoring

2011-06-20 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051824#comment-13051824 ] Dawid Weiss commented on LUCENE-3206: - This is fine -- Sorting of UTF-8 strings as

[jira] [Updated] (SOLR-1331) Support merging multiple cores

2011-06-20 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1331: Attachment: SOLR-1331.patch Added a null check before calling core.close or

[jira] [Created] (LUCENE-3216) Store DocValues per segment instead of per field

2011-06-20 Thread Simon Willnauer (JIRA)
Store DocValues per segment instead of per field Key: LUCENE-3216 URL: https://issues.apache.org/jira/browse/LUCENE-3216 Project: Lucene - Java Issue Type: Improvement Components:

[jira] [Created] (LUCENE-3217) Improve DocValues merging

2011-06-20 Thread Simon Willnauer (JIRA)
Improve DocValues merging - Key: LUCENE-3217 URL: https://issues.apache.org/jira/browse/LUCENE-3217 Project: Lucene - Java Issue Type: Improvement Components: core/index Affects Versions: 4.0

[jira] [Created] (LUCENE-3218) Make CFS appendable

2011-06-20 Thread Simon Willnauer (JIRA)
Make CFS appendable - Key: LUCENE-3218 URL: https://issues.apache.org/jira/browse/LUCENE-3218 Project: Lucene - Java Issue Type: Improvement Components: core/index Affects Versions: 4.0

[jira] [Assigned] (LUCENE-3216) Store DocValues per segment instead of per field

2011-06-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-3216: --- Assignee: Simon Willnauer Store DocValues per segment instead of per field

[jira] [Assigned] (LUCENE-3218) Make CFS appendable

2011-06-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-3218: --- Assignee: Simon Willnauer Make CFS appendable -

[jira] [Assigned] (LUCENE-3217) Improve DocValues merging

2011-06-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-3217: --- Assignee: Simon Willnauer Improve DocValues merging -

[jira] [Updated] (SOLR-2533) Improve API of ValueSource FunctionQuery SortField weighting

2011-06-20 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated SOLR-2533: - Attachment: SOLR-2533.patch Updated patch to trunk. I plan to commit shortly. Improve API of

[jira] [Created] (LUCENE-3219) Change SortField types to an Enum

2011-06-20 Thread Chris Male (JIRA)
Change SortField types to an Enum - Key: LUCENE-3219 URL: https://issues.apache.org/jira/browse/LUCENE-3219 Project: Lucene - Java Issue Type: Improvement Components: core/search

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

2011-06-20 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8935/ 4 tests failed. REGRESSION: org.apache.lucene.search.TestSimpleExplanations.testCSQ1 Error Message: org.apache.lucene.search.TestSimpleExplanations.testCSQ1: Insane FieldCache usage(s) found expected:0 but was:1 Stack

Re: Error :dataimport handler is not request Handler, help

2011-06-20 Thread Jeffrey Chang
Hi, I've encountered a similar issue before. The problem for me was the Classloader that loaded DataImportHandler class is not the same as the one loading the SolrRequestHandler class. Trace... In SolrCore.java (3.1 source) -- line 459: createInstance(className, SolrRequestHandler.class,

[jira] [Commented] (SOLR-2533) Improve API of ValueSource FunctionQuery SortField weighting

2011-06-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051855#comment-13051855 ] Simon Willnauer commented on SOLR-2533: --- there seems to be a problem with the

[jira] [Commented] (LUCENE-3219) Change SortField types to an Enum

2011-06-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051856#comment-13051856 ] Simon Willnauer commented on LUCENE-3219: - +1 Change SortField types to an Enum

Lucene 3.3 release soon?

2011-06-20 Thread Lukáš Vlček
Hi, How soon can we expect official Lucene 3.3 release? Best regards, Lukas

Re: Lucene 3.3 release soon?

2011-06-20 Thread Simon Willnauer
I would say within the next 3 month. Thoughts? On Mon, Jun 20, 2011 at 10:56 AM, Lukáš Vlček lukas.vl...@gmail.com wrote: Hi, How soon can we expect official Lucene 3.3 release? Best regards, Lukas - To unsubscribe, e-mail:

[jira] [Commented] (LUCENE-2793) Directory createOutput and openInput should take an IOContext

2011-06-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051857#comment-13051857 ] Simon Willnauer commented on LUCENE-2793: - I created a branch for this issue and

[jira] [Updated] (SOLR-2533) Improve API of ValueSource FunctionQuery SortField weighting

2011-06-20 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated SOLR-2533: - Attachment: SOLR-2533.patch Fixed bad merge of CHANGES.txt as pointed out by Simon. I'm going to leave

[jira] [Updated] (SOLR-1331) Support merging multiple cores

2011-06-20 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1331: Attachment: SOLR-1331-branch3x.patch Patch ported to branch 3x Support merging

[jira] [Resolved] (SOLR-1331) Support merging multiple cores

2011-06-20 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1331. - Resolution: Fixed Fix Version/s: 4.0 Committed revision 1137533 on trunk

[jira] [Updated] (LUCENE-3219) Change SortField types to an Enum

2011-06-20 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-3219: --- Attachment: LUCENE-3219.patch First up patch which makes the majority of changes. I intend to

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

2011-06-20 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8936/ 1 tests failed. FAILED: org.apache.lucene.search.function.TestOrdValues.testReverseOrdFieldRank Error Message: org.apache.lucene.search.function.TestOrdValues.testReverseOrdFieldRank: Insane FieldCache usage(s) found

[jira] [Commented] (SOLR-236) Field collapsing

2011-06-20 Thread Yuriy Akopov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051888#comment-13051888 ] Yuriy Akopov commented on SOLR-236: --- I am trying to migrate from Solr 1.4.1 to Solr 3.2

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

2011-06-20 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8937/ 1 tests failed. REGRESSION: org.apache.lucene.search.TestSimpleExplanations.testCSQ3 Error Message: org.apache.lucene.search.TestSimpleExplanations.testCSQ3: Insane FieldCache usage(s) found expected:0 but was:1 Stack

[jira] [Updated] (SOLR-2452) rewrite solr build system

2011-06-20 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated SOLR-2452: -- Attachment: SOLR-2452-post-reshuffling.patch SOLR-2452.dir.reshuffle.sh This Bash

[jira] [Commented] (SOLR-2452) rewrite solr build system

2011-06-20 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051907#comment-13051907 ] Chris Male commented on SOLR-2452: -- I haven't reviewed the changes but just a comment on

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

2011-06-20 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8938/ 1 tests failed. FAILED: org.apache.lucene.search.TestSimpleExplanations.testCSQ3 Error Message: org.apache.lucene.search.TestSimpleExplanations.testCSQ3: Insane FieldCache usage(s) found expected:0 but was:1 Stack Trace:

[jira] [Commented] (SOLR-2452) rewrite solr build system

2011-06-20 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051912#comment-13051912 ] Steven Rowe commented on SOLR-2452: --- bq. Whats the reason for making the choice to put

[jira] [Commented] (SOLR-2452) rewrite solr build system

2011-06-20 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051916#comment-13051916 ] Chris Male commented on SOLR-2452: -- I see. Can we address the packaging or is that out of

[jira] [Created] (LUCENE-3220) Implement various ranking models as Similarities

2011-06-20 Thread David Mark Nemeskey (JIRA)
Implement various ranking models as Similarities Key: LUCENE-3220 URL: https://issues.apache.org/jira/browse/LUCENE-3220 Project: Lucene - Java Issue Type: New Feature Components:

[jira] [Commented] (SOLR-2452) rewrite solr build system

2011-06-20 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051919#comment-13051919 ] Steven Rowe commented on SOLR-2452: --- bq. SolrJ [...] is just a client library That's not

Re: Lucene 3.3 release soon?

2011-06-20 Thread Lukáš Vlček
That is fine, I just wanted to know when the KStem filter will be part of stable release. On Mon, Jun 20, 2011 at 10:59 AM, Simon Willnauer simon.willna...@googlemail.com wrote: I would say within the next 3 month. Thoughts? On Mon, Jun 20, 2011 at 10:56 AM, Lukáš Vlček

[jira] [Updated] (LUCENE-3220) Implement various ranking models as Similarities

2011-06-20 Thread David Mark Nemeskey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mark Nemeskey updated LUCENE-3220: Description: With [LUCENE-3174|https://issues.apache.org/jira/browse/LUCENE-3174]

[jira] [Commented] (SOLR-2452) rewrite solr build system

2011-06-20 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051920#comment-13051920 ] Steven Rowe commented on SOLR-2452: --- bq. Can we address the packaging or is that out of

[jira] [Updated] (LUCENE-3220) Implement various ranking models as Similarities

2011-06-20 Thread David Mark Nemeskey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mark Nemeskey updated LUCENE-3220: Issue Type: Sub-task (was: New Feature) Parent: LUCENE-2959 Implement

KStem custom lexicons configuration possible?

2011-06-20 Thread Lukáš Vlček
Hi, Is there any API in KStem filter for lexicons configuration? As far as I understand the original code works in such a way that lexicons are loaded from files at startup (see http://lexicalresearch.com/kstem-doc.txt). The author (Robert Krovetz) names possibility to modify lexicons among

[jira] [Commented] (SOLR-2452) rewrite solr build system

2011-06-20 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051923#comment-13051923 ] Chris Male commented on SOLR-2452: -- Hmmm I hadn't considered the issue of SolrJ being used

[jira] [Commented] (SOLR-2452) rewrite solr build system

2011-06-20 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051928#comment-13051928 ] Chris Male commented on SOLR-2452: -- I think my comments can be addressed later on maybe

[jira] [Commented] (SOLR-2305) DataImportScheduler - Marko Bonaci

2011-06-20 Thread Marko Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051929#comment-13051929 ] Marko Bonaci commented on SOLR-2305: Hi Bill, I had difficulties with setting up the

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

2011-06-20 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8939/ 2 tests failed. REGRESSION: org.apache.lucene.search.TestComplexExplanations.testCSQ4 Error Message: org.apache.lucene.search.TestComplexExplanations.testCSQ4: Insane FieldCache usage(s) found expected:0 but was:1 Stack

Re: KStem custom lexicons configuration possible?

2011-06-20 Thread Lukáš Vlček
May be I should show some examples where I think custom configuration can be useful. Let me give you two examples: 1) As of now, KStem does conflation of both words connector and connected to the same term connect. 2) Contrary it does not do conflation of transaction and transactions to the same

Re: Lucene 3.3 release soon?

2011-06-20 Thread Robert Muir
i was planning on doing an RC in a few weeks actually. we have a lot of good stuff in there today already, however i wanted to give a few weeks for the grouping stuff to run on hudson. On Mon, Jun 20, 2011 at 4:59 AM, Simon Willnauer simon.willna...@googlemail.com wrote: I would say within the

Re: KStem custom lexicons configuration possible?

2011-06-20 Thread Robert Muir
On Mon, Jun 20, 2011 at 7:19 AM, Lukáš Vlček lukas.vl...@gmail.com wrote: Having an option to modify internal lexicons I would be able to adapt the KStem to work better for specific text corpora. What do you think? please use StemmerOverrideFilter for this! it works with all stemmers,

[jira] [Resolved] (LUCENE-3174) Similarity.Stats class for term collection statistics

2011-06-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3174. - Resolution: Fixed thanks David! Similarity.Stats class for term collection statistics

[jira] [Commented] (SOLR-2452) rewrite solr build system

2011-06-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051939#comment-13051939 ] Robert Muir commented on SOLR-2452: --- {quote} but solrj tests depend on core tests {quote}

Re: Error :dataimport handler is not request Handler, help

2011-06-20 Thread Muhannad
*Hi All Thank you every body , it now works , and I can work with solr 4.0 the solution was the following , as mentioned before by Jeffrey Chang , I tried a clean solr environment , so I removed all data import jar files from solr class paths , and commented the lib directives in solrconfig.xml

[jira] [Commented] (SOLR-2452) rewrite solr build system

2011-06-20 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051943#comment-13051943 ] Steven Rowe commented on SOLR-2452: --- {quote} bq. but solrj tests depend on core tests

[jira] [Created] (SOLR-2610) Add an option to delete index through CoreAdmin UNLOAD action

2011-06-20 Thread Shalin Shekhar Mangar (JIRA)
Add an option to delete index through CoreAdmin UNLOAD action - Key: SOLR-2610 URL: https://issues.apache.org/jira/browse/SOLR-2610 Project: Solr Issue Type: Improvement

Re: KStem custom lexicons configuration possible?

2011-06-20 Thread Lukáš Vlček
Hi Robert, this sounds interesting I will look at it in more detail. However, I do not think this is really a general solution. If I understand StemmerOverrideFilter correctly (from a quick glance) it rely on the fact that you *know* exact term (the key in the map) in advance. In other words if

[jira] [Commented] (SOLR-2610) Add an option to delete index through CoreAdmin UNLOAD action

2011-06-20 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051948#comment-13051948 ] Mark Miller commented on SOLR-2610: --- +1 Add an option to delete index through CoreAdmin

Re: KStem custom lexicons configuration possible?

2011-06-20 Thread Robert Muir
On Mon, Jun 20, 2011 at 8:23 AM, Lukáš Vlček lukas.vl...@gmail.com wrote: Hi Robert, this sounds interesting I will look at it in more detail. However, I do not think this is really a general solution. If I understand StemmerOverrideFilter correctly (from a quick glance) it rely on the fact

[jira] [Commented] (SOLR-2605) CoreAdminHandler, different Output while 'defaultCoreName' is specified

2011-06-20 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051950#comment-13051950 ] Mark Miller commented on SOLR-2605: --- Indeed - this has always been a bit ugly. Was kind

[jira] [Updated] (SOLR-2605) CoreAdminHandler, different Output while 'defaultCoreName' is specified

2011-06-20 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-2605: -- Fix Version/s: 4.0 CoreAdminHandler, different Output while 'defaultCoreName' is specified

[jira] [Commented] (SOLR-2452) rewrite solr build system

2011-06-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051953#comment-13051953 ] Robert Muir commented on SOLR-2452: --- ok, i was just curious, sounds like something that

[jira] [Commented] (SOLR-2202) Money FieldType

2011-06-20 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051955#comment-13051955 ] Jan Høydahl commented on SOLR-2202: --- Any interest in reviving this and work towards

[jira] [Commented] (SOLR-2452) rewrite solr build system

2011-06-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051957#comment-13051957 ] Robert Muir commented on SOLR-2452: --- by the way, obviously since you have been doing all

Re: KStem custom lexicons configuration possible?

2011-06-20 Thread Lukáš Vlček
Hi Robert, I think the difference between KStem and other stemmers (at least those that I am aware of, like snowball or porter) is that KStem is expected to produce a real valid words and thus other filtering can be applied to the tokens after stemming more easily (for example synonym expansion).

[jira] [Resolved] (SOLR-2533) Improve API of ValueSource FunctionQuery SortField weighting

2011-06-20 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male resolved SOLR-2533. -- Resolution: Fixed Committed revision 1137612 Improve API of ValueSource FunctionQuery SortField

[jira] [Commented] (SOLR-219) Determine if prefix, wildcard, fuzzy queries should be lowercased

2011-06-20 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051965#comment-13051965 ] Mike Sokolov commented on SOLR-219: --- Fair enough - And by the way +1 on all this - I hated

[jira] [Updated] (LUCENE-3220) Implement various ranking models as Similarities

2011-06-20 Thread David Mark Nemeskey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mark Nemeskey updated LUCENE-3220: Attachment: LUCENE-3220.patch EasyStats object added. Implement various ranking

[jira] [Updated] (LUCENE-2793) Directory createOutput and openInput should take an IOContext

2011-06-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2793: Attachment: LUCENE-2793.patch For the record - I went through the latest patch and added

[jira] [Created] (LUCENE-3221) improve docvalues integration with scoring

2011-06-20 Thread Robert Muir (JIRA)
improve docvalues integration with scoring -- Key: LUCENE-3221 URL: https://issues.apache.org/jira/browse/LUCENE-3221 Project: Lucene - Java Issue Type: New Feature Components: core/index

[jira] [Commented] (SOLR-2609) Coordinate range queries do not work with Spatial Solr

2011-06-20 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051988#comment-13051988 ] David Smiley commented on SOLR-2609: I highly doubt this can be fixed, based on how it

[jira] [Commented] (SOLR-236) Field collapsing

2011-06-20 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051995#comment-13051995 ] Jan Høydahl commented on SOLR-236: -- I think you should consider the group by now included

[jira] [Assigned] (LUCENE-2548) Remove all interning of field names from flex API

2011-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-2548: -- Assignee: Michael McCandless Remove all interning of field names from flex

[jira] [Updated] (LUCENE-2548) Remove all interning of field names from flex API

2011-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2548: --- Attachment: LUCENE-2548.patch Initial patch. Tests are passing, at least a few

[jira] [Commented] (SOLR-2382) DIH Cache Improvements

2011-06-20 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052004#comment-13052004 ] James Dyer commented on SOLR-2382: -- Noble, I appreciate your interest in this issue! I

[jira] [Created] (SOLR-2611) Typos in /example solrconfig.xml

2011-06-20 Thread Eric Pugh (JIRA)
Typos in /example solrconfig.xml Key: SOLR-2611 URL: https://issues.apache.org/jira/browse/SOLR-2611 Project: Solr Issue Type: Improvement Components: documentation Affects Versions: 3.2

[jira] [Updated] (SOLR-2611) Typos in /example solrconfig.xml

2011-06-20 Thread Eric Pugh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-2611: Attachment: typos.patch Typos in /example solrconfig.xml

[jira] [Resolved] (SOLR-2611) Typos in /example solrconfig.xml

2011-06-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved SOLR-2611. --- Resolution: Fixed Fix Version/s: 3.3 Thank you Eric! Typos in /example solrconfig.xml

[jira] [Commented] (LUCENE-3220) Implement various ranking models as Similarities

2011-06-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052019#comment-13052019 ] Robert Muir commented on LUCENE-3220: - a few comments (it generally looks close to

[jira] [Commented] (LUCENE-2548) Remove all interning of field names from flex API

2011-06-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052024#comment-13052024 ] Robert Muir commented on LUCENE-2548: - is there any reason to keep Term.createTerm()

[jira] [Commented] (LUCENE-3220) Implement various ranking models as Similarities

2011-06-20 Thread David Mark Nemeskey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052025#comment-13052025 ] David Mark Nemeskey commented on LUCENE-3220: - * I was wondering about that

[jira] [Updated] (LUCENE-3220) Implement various ranking models as Similarities

2011-06-20 Thread David Mark Nemeskey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mark Nemeskey updated LUCENE-3220: Attachment: LUCENE-3220.patch Implement various ranking models as Similarities

[jira] [Commented] (LUCENE-3220) Implement various ranking models as Similarities

2011-06-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052029#comment-13052029 ] Robert Muir commented on LUCENE-3220: - bq. I'll put a nocommit there for the time

[jira] [Commented] (LUCENE-3220) Implement various ranking models as Similarities

2011-06-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052032#comment-13052032 ] Robert Muir commented on LUCENE-3220: - oh two more nitpicky comments: * can you

[jira] [Updated] (LUCENE-3220) Implement various ranking models as Similarities

2011-06-20 Thread David Mark Nemeskey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mark Nemeskey updated LUCENE-3220: Attachment: LUCENE-3220.patch Oh, sorry, how lame of me :( Actually I am working

[jira] [Commented] (LUCENE-3220) Implement various ranking models as Similarities

2011-06-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052052#comment-13052052 ] Robert Muir commented on LUCENE-3220: - one last thing, can we do

[jira] [Updated] (LUCENE-3219) Change SortField types to an Enum

2011-06-20 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-3219: --- Attachment: LUCENE-3219.patch Patch updated to trunk. Compiles and tests pass. I intend to

[jira] [Updated] (LUCENE-3219) Change SortField types to an Enum

2011-06-20 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-3219: --- Attachment: LUCENE-3219.patch Even better patch which CHANGES entry correct. Change SortField

[jira] [Commented] (SOLR-2609) Coordinate range queries do not work with Spatial Solr

2011-06-20 Thread Zac Smith (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052093#comment-13052093 ] Zac Smith commented on SOLR-2609: - It would be really great if there was support for

Re: Lucene 3.3 release soon?

2011-06-20 Thread Michael McCandless
+1 to releasing 3.3 in a few weeks... there's a lot of new stuff after 3.2. Mike McCandless http://blog.mikemccandless.com On Mon, Jun 20, 2011 at 7:36 AM, Robert Muir rcm...@gmail.com wrote: i was planning on doing an RC in a few weeks actually. we have a lot of good stuff in there today

[jira] [Resolved] (SOLR-236) Field collapsing

2011-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved SOLR-236. - Resolution: Duplicate Resolving this lon issue as a duplicate of SOLR-2524, which

[jira] [Commented] (SOLR-2524) Adding grouping to Solr 3x

2011-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052114#comment-13052114 ] Michael McCandless commented on SOLR-2524: -- bq. Question: Does this support the

[jira] [Commented] (SOLR-2609) Coordinate range queries do not work with Spatial Solr

2011-06-20 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052136#comment-13052136 ] David Smiley commented on SOLR-2609: Yes, this should be a feature request for Allow

[jira] [Commented] (LUCENE-3219) Change SortField types to an Enum

2011-06-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052137#comment-13052137 ] Simon Willnauer commented on LUCENE-3219: - chris, patch looks good... some minor

[jira] [Updated] (SOLR-2609) Allow arbitrary bbox lat-lon, not limited to circle

2011-06-20 Thread Zac Smith (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zac Smith updated SOLR-2609: Description: The Spatial Search documentation states that you can create your own bounding box using a

[jira] [Commented] (SOLR-2609) Allow arbitrary bbox lat-lon, not limited to circle

2011-06-20 Thread Zac Smith (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052151#comment-13052151 ] Zac Smith commented on SOLR-2609: - Thanks David, I have updated this to be a feature

[jira] [Updated] (LUCENE-3218) Make CFS appendable

2011-06-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3218: Attachment: LUCENE-3218.patch first sketch still some nocommits - this patch includes the

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

2011-06-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052156#comment-13052156 ] Simon Willnauer commented on LUCENE-3201: - this seems ready to commit... I think

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

2011-06-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052159#comment-13052159 ] Robert Muir commented on LUCENE-3201: - I didnt commit because I didn't measure any

[jira] [Created] (LUCENE-3222) Buffered deletes under count RAM

2011-06-20 Thread Michael McCandless (JIRA)
Buffered deletes under count RAM Key: LUCENE-3222 URL: https://issues.apache.org/jira/browse/LUCENE-3222 Project: Lucene - Java Issue Type: Bug Components: core/index Reporter: Michael

REMINDER: Participation Requested: Survey about Open-Source Software Development

2011-06-20 Thread Jeffrey Carver
Hi, Apologies for any inconvenience and thank you to those who have already completed the survey. We will keep the survey open for another couple of weeks. But, we do hope you will consider responding to the email request below (sent 2 weeks ago). Thanks, Dr. Jeffrey Carver Assistant Professor

[jira] [Updated] (LUCENE-2548) Remove all interning of field names from flex API

2011-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2548: --- Attachment: LUCENE-2548.patch I agree -- I removed createTerm! And fixed the

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052194#comment-13052194 ] Michael McCandless commented on LUCENE-2454: bq. Would modules/grouping

[jira] [Commented] (LUCENE-2548) Remove all interning of field names from flex API

2011-06-20 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052215#comment-13052215 ] Uwe Schindler commented on LUCENE-2548: --- Hi Mike, patch looks great, thanks for

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

2011-06-20 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8953/ 8 tests failed. FAILED: org.apache.lucene.util.automaton.TestMinimize.testElements Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit. Stack

[jira] [Commented] (LUCENE-3218) Make CFS appendable

2011-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1305#comment-1305 ] Michael McCandless commented on LUCENE-3218: Patch looks cool! So the CFW

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-20 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052223#comment-13052223 ] Mark Harwood commented on LUCENE-2454: -- bq. prevSetBit is called for each child doc

[jira] [Commented] (LUCENE-2548) Remove all interning of field names from flex API

2011-06-20 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052236#comment-13052236 ] Uwe Schindler commented on LUCENE-2548: --- bq. Can you explain shortly what Unable to

  1   2   >