Icubator Infra: svn and Committers

2011-02-01 Thread Stefan Bodewig
Hi all, since the vote is going to pass real soon now, I'll kick of a few threads in order to streamline the infrastructure changes. The old https://svn.apache.org/repos/asf/incubator/lucene.net/ still exists so it is mainly only a matter of granting karma to the right people. Right now the

Incubator Infra: JIRA

2011-02-01 Thread Stefan Bodewig
Hi, I know JIRA is already in place. Right now all notifications seem to go to the dev list while on other projects I'm onvolved in the notifications go to the commits list. Is this a consciuos choice you want to keep? Also, is anybody around here JIRA admin (at least for LUCENENET)? I

Incubator Infrastructure: Wiki

2011-02-01 Thread Stefan Bodewig
Hi, the proposal says a new Wiki should be set up. There are two choices of Wiki on ASF infrastructure right now: Moin and Confluence. Anybody who has added to the propsal or the current wiki[1] has already interacted with Moin, an example of Confluence would be the wiki of the Buildr[2]

Re: Incubator Infra: JIRA

2011-02-01 Thread Sergey Mirvoda
Hello Stefan. As for me I think JIRA notifications should go to the commits list. On Tue, Feb 1, 2011 at 3:53 PM, Stefan Bodewig bode...@apache.org wrote: Hi, I know JIRA is already in place. Right now all notifications seem to go to the dev list while on other projects I'm onvolved in the

RE: Incubator Infra: JIRA

2011-02-01 Thread Lombard, Scott
+1for dev list From: Troy Howard [thowar...@gmail.com] Sent: Tuesday, February 01, 2011 2:35 PM To: lucene-net-dev@lucene.apache.org Subject: Re: Incubator Infra: JIRA +1 for dev list On Feb 1, 2011 6:52 AM, Prescott Nasser geobmx...@hotmail.com wrote: +1

SOLR-1729 , SolrRequestInfo and EmbeddedSolrServer

2011-02-01 Thread dan sutton
Hi All, I have an update handler that 'calls' another core via EmbeddedSolrServer for information to update the document. The issue is that I get the error Previous SolrRequestInfo was not closed! as SolrRequestInfo.setRequestInfo is set by e.g. SolrDispatchFilter and my component (via

Re: SOLR-1729 , SolrRequestInfo and EmbeddedSolrServer

2011-02-01 Thread dan sutton
I guess I can call SolrRequestInfo.clearRequestInfo() before EmbeddedSolrServer.query but this just seems like a workaround Dan On Tue, Feb 1, 2011 at 9:33 AM, dan sutton danbsut...@gmail.com wrote: Hi All, I have an update handler that 'calls' another core via EmbeddedSolrServer for

Re: Distributed Indexing

2011-02-01 Thread Upayavira
On Tue, 01 Feb 2011 00:26 +, William Mayor m...@williammayor.co.uk wrote: Hi Guys I've had a go at creating the ShardDistributionPolicy interface and a few implementations. I've created a patch (https://issues.apache.org/jira/browse/SOLR-2341) let me know what needs doing. Currently

Re: [HUDSON] Lucene-trunk - Build # 1451 - Failure

2011-02-01 Thread Michael McCandless
I committed a fix here -- the new [very evil] MockRandomMergePolicy had picked an enormous merge to do. Mike On Mon, Jan 31, 2011 at 9:25 PM, Apache Hudson Server hud...@hudson.apache.org wrote: Build: https://hudson.apache.org/hudson/job/Lucene-trunk/1451/ 29 tests failed. REGRESSION:  

Re: [HUDSON] Lucene-Solr-tests-only-trunk - Build # 4356 - Failure

2011-02-01 Thread Michael McCandless
I committed a fix for this too (MRMP was being a little too evil). Mike On Mon, Jan 31, 2011 at 1:58 PM, Apache Hudson Server hud...@hudson.apache.org wrote: Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/4356/ 1 tests failed. REGRESSION:  

[jira] Commented: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-02-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989177#comment-12989177 ] Simon Willnauer commented on LUCENE-2831: - bq. some recursion bugs in

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

2011-02-01 Thread Nils Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989182#comment-12989182 ] Nils Weber commented on SOLR-2136: -- any news on that one and/or on SOLR-2137 yet? regards

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 4383 - Failure

2011-02-01 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/4383/ 1 tests failed. REGRESSION: org.apache.solr.TestGroupingSearch.testRandomGrouping Error Message: mismatch: 'WASB'!='EMTK' @ grouped/score_f/groups/[7]/doclist/docs/[0]/id Stack Trace:

Re: Fwd: Payloads API and support

2011-02-01 Thread Ophir Cohen
Hi All, I started in the users mailing but it looks to me that the dev mailing list is better. As I wrote below, I'm using Lucene for more than 5 years and I think you're doing a great work! Lately I encountered a problem concerns the payloads. Please read first the mail below and then

Re: Distributed Indexing

2011-02-01 Thread William Mayor
Hello Thanks for your prompt reply. In regards to using a SolrDocument instead of Strings (and I agree that ListString doesn't seem to be the best way of going) how do I get reference to a SolrDoc? As far as I can see I have access to a ListContentStream that represents all of the files being

[jira] Updated: (LUCENE-2208) Token div exceeds length of provided text sized 4114

2011-02-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2208: Attachment: LUCENE-2208_test.patch Definitely looks like a bug in HTMLStripCharFilter. attached

Re: Distributed Indexing

2011-02-01 Thread Alex Cowell
Your code looks fine to me, except it should take in a SolrDocument object or list of, rather than strings. Then, for your Hash version, you can take a hash of the id field. As far as I can see I have access to a ListContentStream that represents all of the files being POSTed. Do I want to

[jira] Resolved: (SOLR-1883) Highlighting failure caused by InvalidTokenOffsetsException

2011-02-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved SOLR-1883. --- Resolution: Duplicate duplicate of LUCENE-2208, the problem is in HtmlStripCharFilter as the reporter

Re: Icubator Infra: svn and Committers

2011-02-01 Thread Stefan Bodewig
On 2011-02-01, digy digy wrote: I think I don't have write access to ../incubator/lucene.net. Not yet. I'll grant access to you as soon as the vote is closed (and I am awake enough to see it). Stefan

Re: Incubator Infra: mailing lists

2011-02-01 Thread Stefan Bodewig
On 2011-02-01, digy digy wrote: I am the current moderator of the mailing lists. All three of them? It is not much work than reply or delete I know. The good thing is you don't need to do anything to keep out the spam - other than ignoring it. but having more than one moderator would be

Re: Incubator Infra: JIRA

2011-02-01 Thread Stefan Bodewig
On 2011-02-01, digy digy wrote: Lucene.Net users sometimes discuss the same issue in both JIRA and dev mailing list. And people mostly don't subscribe to commit list In this case it might be a good thing to send JIRA notifications to the commits list. People would be forced to use a single

Re: Incubator Infrastructure: Wiki

2011-02-01 Thread Stefan Bodewig
On 2011-02-01, Michael Herndon wrote: either wiki * set up to support code syntax highlighting/coloring ? Not sure for Confluence; I don't think Moin has it. * attachments ? Both support attachments. I know attachments have become a spam target at least on the Moin installation (the

Re: Incubator Infra: JIRA

2011-02-01 Thread Prescott Nasser
+1 for dev list. -Original Message- From: digy digy digyd...@gmail.com Date: Tue, 1 Feb 2011 12:31:23 To: lucene-net-...@lucene.apache.org Subject: Re: Incubator Infra: JIRA Lucene.Net users sometimes discuss the same issue in both JIRA and dev mailing list. And people mostly don't

Re: Incubator Infra: mailing lists

2011-02-01 Thread Prescott Nasser
I'm happy to help moderate if needed -Prescott -Original Message- From: digy digy digyd...@gmail.com Date: Tue, 1 Feb 2011 12:18:46 To: lucene-net-...@lucene.apache.org Subject: Re: Incubator Infra: mailing lists I am the current moderator of the mailing lists. It is not much work than

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-02-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2831: --- Attachment: LUCENE-2831-recursion.patch I think something like this patch is needed

[HUDSON] Lucene-Solr-tests-only-3.x - Build # 4371 - Failure

2011-02-01 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/4371/ 1 tests failed. REGRESSION: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing Error Message: org.apache.uima.analysis_engine.AnalysisEngineProcessException Stack Trace:

Re: Incubator Infrastructure: Wiki

2011-02-01 Thread Peter Mateja
+1 for Confluence... Peter Mateja peter.mat...@gmail.com On Tue, Feb 1, 2011 at 9:27 AM, Michael Herndon mhern...@o19s.com wrote: If we're allowed to install plugins for moinmoin... http://moinmo.in/parser/csharp.py I'm guessing the syntax would be similar to the python highlighting which

[jira] Commented: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-02-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989266#comment-12989266 ] Simon Willnauer commented on LUCENE-2831: - bq. Simon can you check this? Thanks.

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-02-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2831: --- Attachment: LUCENE-2831-recursion.patch Patch to fix recursion, take 2. Still not

Re: Incubator Infrastructure: Wiki

2011-02-01 Thread Glyn Darkin
+ 1 For Confluence G On 1 Feb 2011, at 16:07, Peter Mateja wrote: +1 for Confluence... Peter Mateja peter.mat...@gmail.com On Tue, Feb 1, 2011 at 9:27 AM, Michael Herndon mhern...@o19s.com wrote: If we're allowed to install plugins for moinmoin...

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-02-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2831: --- Attachment: LUCENE-2831-recursion.patch Another rev -- fixed QueryValueSource.

[jira] Commented: (LUCENE-2237) allow TimeLimitedCollector timer thread to be shutdown

2011-02-01 Thread Kyrill Alyoshin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989317#comment-12989317 ] Kyrill Alyoshin commented on LUCENE-2237: - The runFlag should also be declared

Re: Distributed Indexing

2011-02-01 Thread Alex Cowell
I noticed there is a comment in the org.apache.solr.servlet.DirectSolrConnection class which reads, //Find a way to turn ListContentStream into File/SolrDocument. Did anyone find a way to do this? Turns out that comment was left over from some experimenting one of our team was doing. But I

Re: Incubator Infra: JIRA

2011-02-01 Thread Troy Howard
+1 for dev list On Feb 1, 2011 6:52 AM, Prescott Nasser geobmx...@hotmail.com wrote: +1 for dev list. -Original Message- From: digy digy digyd...@gmail.com Date: Tue, 1 Feb 2011 12:31:23 To: lucene-net-...@lucene.apache.org Subject: Re: Incubator Infra: JIRA Lucene.Net users

[jira] Commented: (LUCENE-2475) Incorrect Bounding Box calculation results in the exclusion of valid data locations

2011-02-01 Thread Julian Atkinson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989366#comment-12989366 ] Julian Atkinson commented on LUCENE-2475: - Thanks Nicolas. It took me a while

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

2011-02-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989374#comment-12989374 ] Michael McCandless commented on LUCENE-2878: This patch looks awesome (and,

[jira] Updated: (SOLR-874) Dismax parser exceptions on trailing OPERATOR

2011-02-01 Thread Johannes (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes updated SOLR-874: -- Attachment: SOLR-874-1.4.1.patch This is a version of the patch that works against the 1.4.1 branch. All our

Re: Incubator Infrastructure: Wiki

2011-02-01 Thread Marko Lahma
As a Confluence administrator +1 for Confluence and a another +1 for Apache infrastructure team to upgrade it to the latest version for the best possible usage experience. -Marko On Tue, Feb 1, 2011 at 6:53 PM, Glyn Darkin g...@darkinsystems.com wrote: + 1 For Confluence G On 1 Feb 2011, at

[jira] Commented: (LUCENE-2723) Speed up Lucene's low level bulk postings read API

2011-02-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989377#comment-12989377 ] Michael McCandless commented on LUCENE-2723: Simon, the bulk enum wrapper

[jira] Commented: (SOLR-1536) Support for TokenFilters that may modify input documents

2011-02-01 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989397#comment-12989397 ] Bill Bell commented on SOLR-1536: - This fails on the latest trunk. Support for

[jira] Created: (SOLR-2342) Lock starvation can cause commit to never run when many clients are adding docs

2011-02-01 Thread Michael McCandless (JIRA)
Lock starvation can cause commit to never run when many clients are adding docs --- Key: SOLR-2342 URL: https://issues.apache.org/jira/browse/SOLR-2342 Project: Solr

[jira] Commented: (SOLR-2155) Geospatial search using geohash prefixes

2011-02-01 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989403#comment-12989403 ] Bill Bell commented on SOLR-2155: - On trunk I applied the patch and get an error: [javac]

[jira] Created: (LUCENE-2903) Improvement of PForDelta Codec

2011-02-01 Thread hao yan (JIRA)
Improvement of PForDelta Codec -- Key: LUCENE-2903 URL: https://issues.apache.org/jira/browse/LUCENE-2903 Project: Lucene - Java Issue Type: Improvement Reporter: hao yan There are 3 versions of

[jira] Updated: (LUCENE-2903) Improvement of PForDelta Codec

2011-02-01 Thread hao yan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hao yan updated LUCENE-2903: Attachment: LUCENE_2903.patch Patch for the improvement of PForDeltaFixedIntBlockCodec Improvement of

[HUDSON-MAVEN] Lucene-Solr-Maven-trunk #11: POMs out of sync

2011-02-01 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-Maven-trunk/11/ 1 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch Error Message: .response.numFound:35!=67 Stack Trace: junit.framework.AssertionFailedError: .response.numFound:35!=67 at

[jira] Commented: (SOLR-2155) Geospatial search using geohash prefixes

2011-02-01 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989434#comment-12989434 ] Bill Bell commented on SOLR-2155: - I noticed these are not in source control: svn status

[jira] Issue Comment Edited: (SOLR-2155) Geospatial search using geohash prefixes

2011-02-01 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989403#comment-12989403 ] Bill Bell edited comment on SOLR-2155 at 2/1/11 10:52 PM: -- On

[jira] Updated: (LUCENE-1540) Improvements to contrib.benchmark for TREC collections

2011-02-01 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-1540: Attachment: trecdocs.zip LUCENE-1540.patch updated patch for 3x. To apply this

[jira] Commented: (SOLR-2155) Geospatial search using geohash prefixes

2011-02-01 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989461#comment-12989461 ] Bill Bell commented on SOLR-2155: - OK I got it to compile... Now getting this error:

[HUDSON] Lucene-3.x - Build # 267 - Failure

2011-02-01 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-3.x/267/ All tests passed Build Log (for compile errors): [...truncated 19105 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands,

[jira] Commented: (SOLR-2155) Geospatial search using geohash prefixes

2011-02-01 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989466#comment-12989466 ] Bill Bell commented on SOLR-2155: - Here are some examples: {code}

[jira] Commented: (LUCENE-2903) Improvement of PForDelta Codec

2011-02-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989480#comment-12989480 ] Robert Muir commented on LUCENE-2903: - Just curious: why does the patch remove

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 4396 - Failure

2011-02-01 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/4396/ 1 tests failed. REGRESSION: org.apache.solr.TestGroupingSearch.testRandomGrouping Error Message: mismatch: 'n'!='dg' @ grouped/foo_s/groups/[4]/groupValue Stack Trace: junit.framework.AssertionFailedError: mismatch:

[jira] Updated: (SOLR-2339) No error reported when sorting on a field Solr knows you shouldn't sort on.

2011-02-01 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-2339: --- Attachment: SOLR-2339.patch patch that forces failure for multivalued fields, along with an example of how i

[jira] Commented: (SOLR-2339) No error reported when sorting on a field Solr knows you shouldn't sort on.

2011-02-01 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989499#comment-12989499 ] Hoss Man commented on SOLR-2339: I should have mentioned when i attached the patch: the

[jira] Commented: (SOLR-2339) No error reported when sorting on a field Solr knows you shouldn't sort on.

2011-02-01 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989500#comment-12989500 ] Hoss Man commented on SOLR-2339: It also occurs to me that we should probably put this same

[jira] Updated: (SOLR-1057) PathTokenizerFactory

2011-02-01 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1057: - Attachment: SOLR-1057.patch A new patch added. PathTokenizerFactory

[jira] Commented: (LUCENE-2894) Use of google-code-prettify for Lucene/Solr Javadoc

2011-02-01 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989503#comment-12989503 ] Koji Sekiguchi commented on LUCENE-2894: bq. on a related note maybe this would

[jira] Commented: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-02-01 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989504#comment-12989504 ] Yonik Seeley commented on LUCENE-2831: -- bq. fixed QueryValueSource. Since that class

Re: Distributed Indexing

2011-02-01 Thread Lance Norskog
Another use case is that N indexers operate independently, all pulling data from the same database. Each has a separate query to get the documents in its policy. On Tue, Feb 1, 2011 at 12:38 PM, Upayavira u...@odoko.co.uk wrote: On Tue, 01 Feb 2011 19:04 +, Alex Cowell alxc...@gmail.com

[jira] Commented: (LUCENE-1540) Improvements to contrib.benchmark for TREC collections

2011-02-01 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989508#comment-12989508 ] Shai Erera commented on LUCENE-1540: We're very close indeed ! * Maybe instead of

[jira] Updated: (LUCENE-2609) Generate jar containing test classes.

2011-02-01 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-2609: --- Attachment: LUCENE-2609.patch Patch includes changes to build.xmls (ignore the other changes, they

[jira] Commented: (LUCENE-2894) Use of google-code-prettify for Lucene/Solr Javadoc

2011-02-01 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989514#comment-12989514 ] Hoss Man commented on LUCENE-2894: -- could probably solve this in the general case using

[jira] Commented: (SOLR-1057) PathTokenizerFactory

2011-02-01 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989527#comment-12989527 ] Ryan McKinley commented on SOLR-1057: - looks good! I like the tests and configurable

[jira] Commented: (LUCENE-2903) Improvement of PForDelta Codec

2011-02-01 Thread hao yan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989532#comment-12989532 ] hao yan commented on LUCENE-2903: - Hi, Robert Sorry. That was a mistake. I commented out

[jira] Created: (SOLR-2343) Phonetic Filters should respect KeywordAttribute

2011-02-01 Thread Ryan McKinley (JIRA)
Phonetic Filters should respect KeywordAttribute Key: SOLR-2343 URL: https://issues.apache.org/jira/browse/SOLR-2343 Project: Solr Issue Type: Bug Components: Schema and Analysis

[jira] Updated: (SOLR-2343) Phonetic Filters should respect KeywordAttribute

2011-02-01 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-2343: Attachment: SOLR-2343-phonetic-keyword.patch Phonetic Filters should respect KeywordAttribute

[jira] Commented: (SOLR-2155) Geospatial search using geohash prefixes

2011-02-01 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989534#comment-12989534 ] Bill Bell commented on SOLR-2155: - OK. A couple things. If we know which lat,long was used