[jira] Commented: (SOLR-1076) JdbcDataSource should resolve variables in jdbc url, username and password

2009-04-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699543#action_12699543 ] Shalin Shekhar Mangar commented on SOLR-1076: - Fixing a bug with resolving

[jira] Updated: (SOLR-1096) Java Replication stalls and never exits

2009-04-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1096: Attachment: SOLR-1096.patch Changes default connection timeout to 5 seconds and

[jira] Updated: (SOLR-1060) a new DIH EnityProcessor allowing text file lists of files to be indexed

2009-04-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1060: Attachment: SOLR-1060.patch This one should work. I've removed the changes to

[jira] Commented: (SOLR-1060) a new DIH EnityProcessor allowing text file lists of files to be indexed

2009-04-16 Thread Fergus McMenemie (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699559#action_12699559 ] Fergus McMenemie commented on SOLR-1060: Thanks. It is working fine now. I have

[jira] Issue Comment Edited: (SOLR-1060) a new DIH EnityProcessor allowing text file lists of files to be indexed

2009-04-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699560#action_12699560 ] Shalin Shekhar Mangar edited comment on SOLR-1060 at 4/16/09 12:28 AM:

[jira] Commented: (SOLR-1060) a new DIH EnityProcessor allowing text file lists of files to be indexed

2009-04-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699560#action_12699560 ] Shalin Shekhar Mangar commented on SOLR-1060: - bq. Are you happy with the name

[jira] Closed: (SOLR-835) reduce Object creation in SearchHandler

2009-04-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul closed SOLR-835. --- Resolution: Fixed it may be a micro optimization which may not be worth it reduce Object creation in

[jira] Updated: (SOLR-969) Context#FULL_DUMP, DELTA_DUMP, FIND_DELTA as an enum

2009-04-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-969: --- Attachment: SOLR-969.patch Patch in sync with trunk. I'll commit this shortly.

[jira] Resolved: (SOLR-969) Context#FULL_DUMP, DELTA_DUMP, FIND_DELTA as an enum

2009-04-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-969. Resolution: Fixed Assignee: Shalin Shekhar Mangar Committed revision 765499.

Solr nightly build failure

2009-04-16 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build [mkdir] Created dir: /tmp/apache-solr-nightly/build/web compile-solrj: [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj [javac] Compiling 76 source files to /tmp/apache-solr-nightly/build/solrj

Build failed in Hudson: Solr-trunk #774

2009-04-16 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/774/changes Changes: [shalin] SOLR-969 -- Changed the FULL_DUMP, DELTA_DUMP, FIND_DELTA constants in Context to String. Changed Context.currentProcess() to return a string instead of an integer. [shalin] SOLR-1096 followup -- Change

[jira] Created: (SOLR-1117) QueryElevationComponent calls core.getNewestSearcher(true)

2009-04-16 Thread Shalin Shekhar Mangar (JIRA)
QueryElevationComponent calls core.getNewestSearcher(true) -- Key: SOLR-1117 URL: https://issues.apache.org/jira/browse/SOLR-1117 Project: Solr Issue Type: Bug Components:

[jira] Updated: (SOLR-1080) RegexTransformer should not replace if regex is not matched

2009-04-16 Thread Fergus McMenemie (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fergus McMenemie updated SOLR-1080: --- Attachment: SOLR-1080.patch An improved version of TestRegexTransformer. Previous versions

[jira] Updated: (SOLR-1117) QueryElevationComponent calls core.getNewestSearcher(true)

2009-04-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1117: Attachment: SOLR-1117.patch Patch with the fix. I'll commit shortly.

[jira] Created: (SOLR-1118) InsertPrefixTokenFilterFactory and InsertSuffixTokenFilterFactory

2009-04-16 Thread Karl Wettin (JIRA)
InsertPrefixTokenFilterFactory and InsertSuffixTokenFilterFactory - Key: SOLR-1118 URL: https://issues.apache.org/jira/browse/SOLR-1118 Project: Solr Issue Type: New Feature

[jira] Updated: (SOLR-1118) InsertPrefixTokenFilterFactory and InsertSuffixTokenFilterFactory

2009-04-16 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated SOLR-1118: -- Attachment: SOLR-1118.txt InsertPrefixTokenFilterFactory and InsertSuffixTokenFilterFactory

[jira] Commented: (SOLR-1080) RegexTransformer should not replace if regex is not matched

2009-04-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699622#action_12699622 ] Shalin Shekhar Mangar commented on SOLR-1080: - Committed revision 765559.

[jira] Updated: (SOLR-1108) Remove synchronization in SolrCore constructor

2009-04-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1108: - Attachment: SOLR-1108.patch Remove synchronization in SolrCore constructor

[jira] Resolved: (SOLR-1117) QueryElevationComponent calls core.getNewestSearcher(true)

2009-04-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1117. - Resolution: Fixed Committed revision 765557.. QueryElevationComponent calls

[jira] Issue Comment Edited: (SOLR-1111) fix FieldCache usage in Solr

2009-04-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12698399#action_12698399 ] Yonik Seeley edited comment on SOLR- at 4/16/09 7:46 AM: -

[jira] Reopened: (SOLR-940) TrieRange support

2009-04-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reopened SOLR-940: Lets keep this issue open until trie is in core. TrieRange support -

[jira] Updated: (SOLR-940) TrieRange support

2009-04-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-940: --- Attachment: SOLR-940-LUCENE-1602.patch Patch to incorporate LUCENE-1602 Need to

Re: Contributing Translations

2009-04-16 Thread Otis Gospodnetic
I like the multilingualness is general... but in this case I think Grant is correct about non-primary language docs getting outdated quickly. It's hard to keep even just English docs up to date! And stale, incorrect docs are worse than no docs. Otis -- Sematext -- http://sematext.com/ --

[jira] Updated: (SOLR-1060) a new DIH EnityProcessor allowing text file lists of files to be indexed

2009-04-16 Thread Fergus McMenemie (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fergus McMenemie updated SOLR-1060: --- Attachment: SOLR-1060.patch Your patch was almost perfect, * I sorted comments and other

Re: SOLR-1106 - Custom Admin Action handler

2009-04-16 Thread Kay Kay
I have attached the revised patch for the same in the jira - SOLR-1106 . Can you please have a look at the same . 2009/4/15 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@gmail.com On Mon, Apr 13, 2009 at 10:03 PM, Kay Kay kaykay.uni...@gmail.com wrote: These custom action handlers need not be

[jira] Updated: (SOLR-1106) Pluggable CoreAdminHandler (Action ) architecture that allows for custom handler access to CoreContainer / request-response

2009-04-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-1106: -- Attachment: SOLR-1106.patch Revised Patch with less drastic changes: * New method added to

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

2009-04-16 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699903#action_12699903 ] Jeff commented on SOLR-236: --- We have tried to integrate the most recent patch into our 1.4 install.

Re: Contributing Translations

2009-04-16 Thread Chris Hostetter
As grant has pointed out, there are some logistical issues regarding maintaining translations that mprobably need to be worked out, but regarding some specific questions... : This looks pretty doable actually. We'll do them all for you. Would you like : us to submit the page to you in HTML

[jira] Commented: (SOLR-769) Support Document and Search Result clustering

2009-04-16 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699908#action_12699908 ] Grant Ingersoll commented on SOLR-769: -- Looks like we need to make the NNI JAR be a

[jira] Issue Comment Edited: (SOLR-236) Field collapsing

2009-04-16 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699903#action_12699903 ] Jeff edited comment on SOLR-236 at 4/16/09 3:22 PM: We have tried to

Re: Make ant example faster

2009-04-16 Thread Chris Hostetter
: It is similar, indeed, but I think it results in there only ever being one : active Solr example and the user need not worry about setting solr home. Hmmm... this seems like a bad idea. we want to make sure that *users* who have downloaded Solr can run all of the examples without needing ant

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

2009-04-16 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699955#action_12699955 ] Ning Li commented on SOLR-1051: --- bq. indexC = merge(A, B), leaving A and B unmodified Thanks

[jira] Updated: (SOLR-844) A SolrServer impl to front-end multiple urls

2009-04-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-844: Attachment: SOLR-844.patch a bug fix as reported by a user http://markmail.org/thread/bvysveoibqcndj4n A