[jira] Resolved: (SOLR-1323) XPathEntityProcessor's $hasMore feature should reset when fetching the next URL

2009-08-03 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-1323. Resolution: Fixed Committed. Thanks for the tweak, Noble. XPathEntityProcessor's $hasMore

Re: Queries regarding a ParallelDataImportHandler

2009-08-03 Thread Avlesh Singh
We are generally talking about two things here - 1. Speed up indexing in general by creating separate thread(s) for writing to the index. Solr-1089 should take care of this. 2. Ability to split the DIH commands into batches, that can be executed in parallel threads. My initial

Re: Queries regarding a ParallelDataImportHandler

2009-08-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Mon, Aug 3, 2009 at 5:02 PM, Avlesh Singhavl...@gmail.com wrote: We are generally talking about two things here -   1. Speed up indexing in general by creating separate thread(s) for   writing to the index. Solr-1089 should take care of this.   2. Ability to split the DIH commands into

Re: Queries regarding a ParallelDataImportHandler

2009-08-03 Thread Avlesh Singh
Sure Noble. I'll do it pretty soon. Cheers Avlesh 2009/8/3 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com On Mon, Aug 3, 2009 at 5:02 PM, Avlesh Singhavl...@gmail.com wrote: We are generally talking about two things here - 1. Speed up indexing in general by creating separate

[jira] Commented: (SOLR-1321) Support for efficient leading wildcards search

2009-08-03 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738347#action_12738347 ] Andrzej Bialecki commented on SOLR-1321: - Exactly, that's the reason to put this

[jira] Commented: (SOLR-1321) Support for efficient leading wildcards search

2009-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738352#action_12738352 ] Robert Muir commented on SOLR-1321: --- sounds perfect, great idea. Thanks! Support for

[jira] Updated: (SOLR-1291) implement Trie.toInternal/toExternal and friends

2009-08-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-1291: --- Attachment: SOLR-1291.patch Attaching new patch: - example schema has int (trie field with no

[jira] Updated: (SOLR-1321) Support for efficient leading wildcards search

2009-08-03 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-1321: Attachment: wildcards-2.patch Updated patch with more configurable knobs. See javadoc of

[jira] Resolved: (SOLR-1291) implement Trie.toInternal/toExternal and friends

2009-08-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-1291. Resolution: Fixed committed. Also note that all faceting methods now work for the trie fields with

[jira] Resolved: (SOLR-1328) implement date faceting for trie date

2009-08-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-1328. Resolution: Fixed committed. implement date faceting for trie date

[jira] Resolved: (SOLR-1322) range queries won't work for trie fields with precisionStep=0

2009-08-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-1322. Resolution: Fixed committed - precisionStep is ignored if the field is multiValued. range queries

[jira] Resolved: (SOLR-1325) frange query doesn't work trie-date

2009-08-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-1325. Resolution: Fixed committed. frange query doesn't work trie-date

[jira] Commented: (SOLR-1329) StatsComponent needs trie support

2009-08-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738607#action_12738607 ] Yonik Seeley commented on SOLR-1329: Stats component should also use the normal

Re: solr 1.4 schedule

2009-08-03 Thread Yonik Seeley
Yikes - just saw Mark's tweet about Lucene getting close to release... we have some catching up to do :-) -Yonik http://www.lucidimagination.com On Fri, Jul 24, 2009 at 5:14 PM, Yonik Seeleyyo...@lucidimagination.com wrote: So it seems like Solr 1.4 should be targeted for release as soon as

[jira] Commented: (SOLR-1321) Support for efficient leading wildcards search

2009-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738626#action_12738626 ] Robert Muir commented on SOLR-1321: --- Andrzej, did you accidentally leave out

[jira] Closed: (SOLR-1295) Move javascript client from contrib to clients dir in source

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll closed SOLR-1295. - Resolution: Fixed Move javascript client from contrib to clients dir in source

[jira] Assigned: (SOLR-1299) In distributed search cannot search on any schema field in ascending order (descending is OK)

2009-08-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-1299: -- Assignee: Yonik Seeley In distributed search cannot search on any schema field in ascending

[jira] Updated: (SOLR-1321) Support for efficient leading wildcards search

2009-08-03 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-1321: Attachment: (was: wildcards-2.patch) Support for efficient leading wildcards search

[jira] Updated: (SOLR-1321) Support for efficient leading wildcards search

2009-08-03 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-1321: Attachment: wildcards-2.patch Previous patch mistakenly included other stuff instead of

compile errors

2009-08-03 Thread Grant Ingersoll
Anyone else seeing after ant clean test: compile: [mkdir] Created dir:/solr/solr-clean/build/solr [javac] Compiling 364 source files to/solr/solr-clean/build/solr [javac]/solr/solr-clean/src/java/org/apache/solr/request/ BinaryResponseWriter.java:214: cannot find symbol [javac]

Re: compile errors

2009-08-03 Thread Yonik Seeley
Missing svn add strikes again! I've fixed it. -Yonik http://www.lucidimagination.com On Mon, Aug 3, 2009 at 6:09 PM, Grant Ingersollgsing...@apache.org wrote: Anyone else seeing after ant clean test: compile:    [mkdir] Created dir:/solr/solr-clean/build/solr    [javac] Compiling 364 source

[jira] Commented: (SOLR-1274) Provide multiple output formats in extract-only mode for tika handler

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738648#action_12738648 ] Grant Ingersoll commented on SOLR-1274: --- Peter, if you have a patch, please add,

[jira] Updated: (SOLR-1237) firstSearcher and newSearcher should identify themselves via the parameter set passed in

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-1237: -- Attachment: SOLR-1237.patch Fixed the names. Plan on committing in a day or two.

[jira] Commented: (SOLR-1270) The FloatField (and probably others) field type takes any string value at index, but JSON writer outputs as numeric without checking

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738650#action_12738650 ] Grant Ingersoll commented on SOLR-1270: --- What's the status on this? Is there

[jira] Commented: (SOLR-1270) The FloatField (and probably others) field type takes any string value at index, but JSON writer outputs as numeric without checking

2009-08-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738655#action_12738655 ] Yonik Seeley commented on SOLR-1270: I actually accidentally committed a fix for this

[jira] Commented: (SOLR-1309) Exception thrown by debugging component after phonetic filter parses numeric query, BUG?

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738661#action_12738661 ] Grant Ingersoll commented on SOLR-1309: --- I added: {quote} field name=namePhonetic

[jira] Commented: (SOLR-1051) Support the merge of multiple indexes

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738663#action_12738663 ] Grant Ingersoll commented on SOLR-1051: --- Can this be closed? Support the merge of

[jira] Updated: (SOLR-1281) SignatureUpdateProcessorFactory does not use SolrResourceLoader

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-1281: -- Attachment: SOLR-1281.patch Here's a fix. Needs a test, possibly, although, the

[jira] Commented: (SOLR-1143) Return partial results when a connection to a shard is refused

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738678#action_12738678 ] Grant Ingersoll commented on SOLR-1143: --- This needs tests. Return partial results

Upgrading Lucene

2009-08-03 Thread Mark Miller
When we upgrade to the latest Lucene 2.9, I've seen a few issues so far that have to be resolved: 1. There is a new way to set constant score mode on prefix query. I've got a patch for this. 2. The Highlighter has a new API and the RegexFragmenter needs to be updated. I've got a patch for

[jira] Commented: (SOLR-1321) Support for efficient leading wildcards search

2009-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738730#action_12738730 ] Robert Muir commented on SOLR-1321: --- andrzej, thanks, I like this design. Support for

[jira] Commented: (SOLR-1299) In distributed search cannot search on any schema field in ascending order (descending is OK)

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738731#action_12738731 ] Grant Ingersoll commented on SOLR-1299: --- Shalin, Any thoughts on addressing Yonik's

[jira] Resolved: (SOLR-1249) TestSpellCheckResponse depends on example server

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-1249. --- Resolution: Invalid ExtractingRequestHandler is now uncommented by default and all tests

[jira] Commented: (SOLR-868) Prepare solrjs trunk to be integrated into contrib

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738736#action_12738736 ] Grant Ingersoll commented on SOLR-868: -- bq. Yeah, I'm not a lawyer either - just wanted

[jira] Commented: (SOLR-1014) SolrExampleStreamingTest failures

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738737#action_12738737 ] Grant Ingersoll commented on SOLR-1014: --- Thoughts on this one? Can it be closed?

[jira] Commented: (SOLR-839) XML Query Parser support

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738741#action_12738741 ] Grant Ingersoll commented on SOLR-839: -- Any progress on this or should we mark for 1.5?

[jira] Resolved: (SOLR-1203) We should add an example of setting the update.processor for a given RequestHandler

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-1203. --- Resolution: Fixed We should add an example of setting the update.processor for a given

[jira] Commented: (SOLR-1300) need to exlcude downloaded extraction libs from release packages

2009-08-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738743#action_12738743 ] Grant Ingersoll commented on SOLR-1300: --- Hoss, Did you mean for clustering? if so, I

[jira] Commented: (SOLR-1299) In distributed search cannot search on any schema field in ascending order (descending is OK)

2009-08-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738744#action_12738744 ] Yonik Seeley commented on SOLR-1299: I just assigned this issue to myself a few hours

[jira] Commented: (SOLR-1014) SolrExampleStreamingTest failures

2009-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738745#action_12738745 ] Mark Miller commented on SOLR-1014: --- I don't think I ever tracked it down for sure - I

[jira] Commented: (SOLR-1299) In distributed search cannot search on any schema field in ascending order (descending is OK)

2009-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738746#action_12738746 ] Mark Miller commented on SOLR-1299: --- You do see it with Lucene assigns don't you? Is Solr

[jira] Commented: (SOLR-1299) In distributed search cannot search on any schema field in ascending order (descending is OK)

2009-08-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738756#action_12738756 ] Yonik Seeley commented on SOLR-1299: bq. You do see it with Lucene assigns don't you? Is

[jira] Commented: (SOLR-839) XML Query Parser support

2009-08-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738761#action_12738761 ] Karl Wettin commented on SOLR-839: -- bq. Any progress on this or should we mark for 1.5?

[jira] Updated: (SOLR-1274) Provide multiple output formats in extract-only mode for tika handler

2009-08-03 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Wolanin updated SOLR-1274: Attachment: SOLR-1274.patch Here's a patch that's nearly there, but somehow I'm missing something

[jira] Commented: (SOLR-1274) Provide multiple output formats in extract-only mode for tika handler

2009-08-03 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738793#action_12738793 ] Otis Gospodnetic commented on SOLR-1274: Try: {code} if (text.equals(extractFormat))

[jira] Updated: (SOLR-1274) Provide multiple output formats in extract-only mode for tika handler

2009-08-03 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Wolanin updated SOLR-1274: Attachment: SOLR-1274.patch Well, indeed - something like that works better. Provide multiple

[jira] Commented: (SOLR-1229) deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value

2009-08-03 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738816#action_12738816 ] Noble Paul commented on SOLR-1229: -- I guess the latest patch can be committed and this