[jira] Reopened: (SOLR-1447) Simple property injection

2009-09-27 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reopened SOLR-1447: - Re-opening because the mergeScheduler and mergePolicy specified in the indexDefaults

[jira] Commented: (SOLR-1466) Fix File descriptor leak in SnapPuller

2009-09-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759992#action_12759992 ] Shalin Shekhar Mangar commented on SOLR-1466: - Yep, there is a leak alr

Re: DebugLogger oddity

2009-09-26 Thread Shalin Shekhar Mangar
assignment to name does nothing, so I'm guessing its meant to > be this.name, or else it can be removed. > > Yeah, that should've been this.name. The name is not used anywhere other than the constructor so it can be made a local variable. However, I guess it is there for future use. -- Regards, Shalin Shekhar Mangar.

Re: svn commit: r818816 - /lucene/solr/trunk/src/java/org/apache/solr/search/SolrFieldCacheMBean.java

2009-09-26 Thread Shalin Shekhar Mangar
t pointing out that it's > inconsistent, and there was a reason i didn't have it in before. > > Whatever makes you happy Hoss :) I have reverted that change. -- Regards, Shalin Shekhar Mangar.

[jira] Reopened: (SOLR-1092) DIH can have a new command "import" which does not clean

2009-09-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reopened SOLR-1092: - Import command does not commit documents. > DIH can have a new command &quo

[jira] Commented: (SOLR-1462) DIH won't run script transormer anymore. Complains I'm not running java 6

2009-09-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759901#action_12759901 ] Shalin Shekhar Mangar commented on SOLR-1462: - Edward, I'm sorr

[jira] Commented: (SOLR-1462) DIH won't run script transormer anymore. Complains I'm not running java 6

2009-09-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759903#action_12759903 ] Shalin Shekhar Mangar commented on SOLR-1462: - OK, thanks for clearing tha

[jira] Commented: (SOLR-1458) Java Replication error: NullPointerException SEVERE: SnapPull failed on 2009-09-22 nightly

2009-09-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759900#action_12759900 ] Shalin Shekhar Mangar commented on SOLR-1458: - bq. bq. I think this shoul

[jira] Resolved: (SOLR-1092) DIH can have a new command "import" which does not clean

2009-09-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1092. - Resolution: Fixed Committed revision 819170. > DIH can have a new comm

[jira] Updated: (SOLR-1092) DIH can have a new command "import" which does not clean

2009-09-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1092: Attachment: SOLR-1092.patch Fix with test. > DIH can have a new command &quo

[jira] Commented: (SOLR-1458) Java Replication error: NullPointerException SEVERE: SnapPull failed on 2009-09-22 nightly

2009-09-25 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759859#action_12759859 ] Shalin Shekhar Mangar commented on SOLR-1458: - bq. I haven't ch

[jira] Commented: (SOLR-1461) Expose UnInvertedField's memory usage in statistics page

2009-09-25 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759504#action_12759504 ] Shalin Shekhar Mangar commented on SOLR-1461: - Should we have UnInvertedF

[jira] Commented: (SOLR-1292) show lucene fieldcache entries and sizes

2009-09-25 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759419#action_12759419 ] Shalin Shekhar Mangar commented on SOLR-1292: - I opened SOLR-1461 &g

[jira] Created: (SOLR-1461) Expose UnInvertedField's memory usage in statistics page

2009-09-25 Thread Shalin Shekhar Mangar (JIRA)
orter: Shalin Shekhar Mangar Priority: Minor Fix For: 1.4 UnInvertedField has a memSize method but the memory usage is never shown on the statistics page. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (SOLR-1292) show lucene fieldcache entries and sizes

2009-09-25 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759410#action_12759410 ] Shalin Shekhar Mangar commented on SOLR-1292: - bq. I did an open call hiera

[jira] Commented: (SOLR-1449) solrconfig.xml syntax to add classpath elements from outside of instanceDir

2009-09-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759230#action_12759230 ] Shalin Shekhar Mangar commented on SOLR-1449: - bq. sharedLib only helps if

Re: [PMX:FAKE_SENDER] Re: large OR-boolean query

2009-09-24 Thread Shalin Shekhar Mangar
-- Regards, Shalin Shekhar Mangar.

[jira] Resolved: (SOLR-1456) DIH - Provide periodic autoupdate capability. Allow ability to specify an interval for autoupdate in DIH config.

2009-09-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1456. - Resolution: Duplicate Duplicate of SOLR-1426. > DIH - Provide perio

[jira] Resolved: (SOLR-1453) Tree facet with stats component

2009-09-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1453. - Resolution: Invalid Please ask questions on solr-user mailing list before

[jira] Commented: (SOLR-1449) solrconfig.xml syntax to add classpath elements from outside of instanceDir

2009-09-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758567#action_12758567 ] Shalin Shekhar Mangar commented on SOLR-1449: - bq. particularly when pe

[jira] Commented: (SOLR-1449) solrconfig.xml syntax to add classpath elements from outside of instanceDir

2009-09-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758409#action_12758409 ] Shalin Shekhar Mangar commented on SOLR-1449: - bq. For the same reason we

[jira] Resolved: (SOLR-1451) SolrPluginUtils#parseFieldBoosts - inconsistent javadoc

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

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-09-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758396#action_12758396 ] Shalin Shekhar Mangar commented on SOLR-908: bq. Yay! I think we could co

[jira] Resolved: (SOLR-1366) UnsupportedOperationException may be thrown when using custom IndexReader

2009-09-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1366. - Resolution: Fixed Committed revision 817801. Thanks everybody

Re: DIH import "out of memory" problem (batchSize and autoCommit not working)

2009-09-22 Thread Shalin Shekhar Mangar
On Tue, Sep 22, 2009 at 3:00 PM, Steve Sun wrote: > Done. > http://issues.apache.org/jira/browse/SOLR-1450 > > This is fixed in trunk now. Thanks Steve! -- Regards, Shalin Shekhar Mangar.

[jira] Updated: (SOLR-1366) UnsupportedOperationException may be thrown when using custom IndexReader

2009-09-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1366: Attachment: SOLR-1366.patch How about this? {code} ** Experimental Feature

[jira] Commented: (SOLR-1449) solrconfig.xml syntax to add classpath elements from outside of instanceDir

2009-09-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758241#action_12758241 ] Shalin Shekhar Mangar commented on SOLR-1449: - bq. Note: I've marked t

[jira] Commented: (SOLR-1443) Solr Cache is not working

2009-09-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758239#action_12758239 ] Shalin Shekhar Mangar commented on SOLR-1443: - Please use the solr-user mai

[jira] Resolved: (SOLR-1445) Leading term in a multi-word synonym replaced with the token that follows it

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

[jira] Commented: (SOLR-1445) Leading term in a multi-word synonym replaced with the token that follows it

2009-09-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758233#action_12758233 ] Shalin Shekhar Mangar commented on SOLR-1445: - I've verified it is

[jira] Commented: (SOLR-1450) DIH - Jdbc connection properties such as batchSize are not applied if the driver jar is placed in solr_home/lib

2009-09-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758225#action_12758225 ] Shalin Shekhar Mangar commented on SOLR-1450: - Thanks for the report and

[jira] Updated: (SOLR-1450) DIH - Jdbc connection properties such as batchSize are not applied if the driver jar is placed in solr_home/lib

2009-09-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1450: Summary: DIH - Jdbc connection properties such as batchSize are not applied if the

[jira] Resolved: (SOLR-1450) DIH - Jdbc connection properties such as batchSize are not applied if the driver jar is placed in solr_home/lib

2009-09-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1450. - Resolution: Fixed Committed revision 817634. > DIH - Jdbc connection propert

[jira] Updated: (SOLR-1450) DIH import "out of memory" problem (batchSize and autoCommit not working)

2009-09-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1450: Fix Version/s: 1.4 Assignee: Shalin Shekhar Mangar > DIH import &quo

Re: DIH import "out of memory" problem (batchSize and autoCommit not working)

2009-09-22 Thread Shalin Shekhar Mangar
rectory. e.g., tomcat/webapps/solr/WEB-INF/lib/ > > Have only tested with postgresql drivers, but seems the problem is generic > to all drivers placed in /lib. > Thanks Steve. The mailing list removed your attachment. Can you please open a jira issue and attach a patch there? -- Regards, Shalin Shekhar Mangar.

[jira] Updated: (SOLR-1164) BinaryUpdateRequestHandler and JavaBinUpdateRequestCodec do not maintain order of the commands as serialized in the binary format

2009-09-17 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1164: Fix Version/s: 1.5 > BinaryUpdateRequestHandler and JavaBinUpdateRequestCodec

[jira] Updated: (SOLR-1162) SolrJ UpdateRequest does not maintain order of operations when sending mixed types of changes (updates, delete id, delete query, update iterator)

2009-09-17 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1162: Fix Version/s: 1.5 > SolrJ UpdateRequest does not maintain order of operations w

[jira] Updated: (SOLR-882) HTMLStripReader improvement - padding corrected for hexadecimal entities, option not to emit padding at all added

2009-09-17 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-882: --- Fix Version/s: 1.5 It seems we forgot this issue for 1.4. Marking it for 1.5

[jira] Commented: (SOLR-1407) SpellingQueryConverter now disallows underscores and digits in field names (but allows all UTF-8 letters)

2009-09-17 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756414#action_12756414 ] Shalin Shekhar Mangar commented on SOLR-1407: - Committed revision 81

[jira] Updated: (SOLR-1407) SpellingQueryConverter now disallows underscores and digits in field names (but allows all UTF-8 letters)

2009-09-17 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1407: Attachment: SOLR-1407-fix.patch Fixed the regex for value because the previous fix

[jira] Resolved: (SOLR-1441) Make it possible to run all tests in a package

2009-09-17 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1441. - Resolution: Fixed Fix Version/s: 1.4 Committed revision 816090. > Make

[jira] Updated: (SOLR-1441) Make it possible to run all tests in a package

2009-09-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1441: Attachment: SOLR-1441.patch Copied from Shai's patches in LUCENE-1617 We s

[jira] Created: (SOLR-1441) Make it possible to run all tests in a package

2009-09-16 Thread Shalin Shekhar Mangar (JIRA)
Mangar Assignee: Shalin Shekhar Mangar Priority: Trivial Adding the following properties to junit target in build.xml # ant -Dtestcase - for a single test class # ant -Dtestpackage - for all classes in a package, including sub-packages # and -Dtestpackageroot - for all

[jira] Commented: (SOLR-1316) Create autosuggest component

2009-09-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756094#action_12756094 ] Shalin Shekhar Mangar commented on SOLR-1316: - bq. DAWGs are problem

[jira] Resolved: (SOLR-1407) SpellingQueryConverter now disallows underscores and digits in field names (but allows all UTF-8 letters)

2009-09-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1407. - Resolution: Fixed Committed revision 815801. Thanks David & Mic

[jira] Updated: (SOLR-1407) SpellingQueryConverter now disallows underscores and digits in field names (but allows all UTF-8 letters)

2009-09-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1407: Attachment: SOLR-1407.patch # Removed NMTOKEN from value because it will disallow

[jira] Commented: (SOLR-1407) SpellingQueryConverter now disallows underscores and digits in field names (but allows all UTF-8 letters)

2009-09-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755994#action_12755994 ] Shalin Shekhar Mangar commented on SOLR-1407: - bq. Looks good, the only thi

[jira] Updated: (SOLR-1407) SpellingQueryConverter now disallows underscores and digits in field names (but allows all UTF-8 letters)

2009-09-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1407: Attachment: SOLR-1407.patch # Uses Michael's NMTOKEN regex. # Added tests ch

[jira] Resolved: (SOLR-1430) AbstractSolrTestCase ignores arguments for commit and optimize commands

2009-09-15 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1430. - Resolution: Fixed Fix Version/s: 1.4 Assignee: Shalin Shekhar

[jira] Commented: (SOLR-1316) Create autosuggest component

2009-09-14 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755039#action_12755039 ] Shalin Shekhar Mangar commented on SOLR-1316: - bq. Note, not sure ho

[jira] Commented: (SOLR-1407) SpellingQueryConverter now disallows underscores and digits in field names (but allows all UTF-8 letters)

2009-09-14 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755043#action_12755043 ] Shalin Shekhar Mangar commented on SOLR-1407: - Yeah, I'll tak

[jira] Resolved: (SOLR-706) Fast auto-complete suggestions

2009-09-12 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-706. Resolution: Duplicate SOLR-1316 has some interesting links. Closing this one

[jira] Commented: (SOLR-1316) Create autosuggest component

2009-09-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754482#action_12754482 ] Shalin Shekhar Mangar commented on SOLR-1316: - This is a duplicate of SOLR

[jira] Updated: (SOLR-788) MoreLikeThis should support distributed search

2009-09-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-788: --- Component/s: MoreLikeThis Fix Version/s: 1.5 > MoreLikeThis should supp

Re: BooleanQuery constructor

2009-09-10 Thread Shalin Shekhar Mangar
A Query object is independent of the string representation. Look at Lucene's org.apache.lucene.queryParser.QueryParser#parse(String) -- Regards, Shalin Shekhar Mangar.

[jira] Updated: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-09-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-908: --- Assignee: (was: Shalin Shekhar Mangar) I'll not be able to look at this befor

[jira] Issue Comment Edited: (SOLR-1269) stack trace not clear when there is a SQL error

2009-09-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752131#action_12752131 ] Shalin Shekhar Mangar edited comment on SOLR-1269 at 9/7/09 6:2

[jira] Resolved: (SOLR-1269) stack trace not clear when there is a SQL error

2009-09-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1269. - Resolution: Fixed Fix Version/s: 1.4 Assignee: Shalin Shekhar

[jira] Resolved: (SOLR-1406) Refactor FileDataSource and FileListEntityProcessor to be more extensible

2009-09-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1406. - Resolution: Fixed Fix Version/s: 1.4 Assignee: Shalin Shekhar

[jira] Updated: (SOLR-1269) stack trace not clear when there is a SQL error

2009-09-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1269: Attachment: SOLR-1269.patch # Used DataImportHandlerException.wrapAndThrow to avoid

[jira] Updated: (SOLR-1406) Refactor FileDataSource and FileListEntityProcessor to be more extensible

2009-09-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1406: Attachment: SOLR-1406.patch # Fixed logic of resolving variables in newerThan

[jira] Resolved: (SOLR-1348) JdbcDataSource does not import Blob values correctly by default

2009-09-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1348. - Resolution: Fixed Fix Version/s: 1.4 Assignee: Shalin Shekhar

[jira] Updated: (SOLR-1262) DIH needs support for callable statements

2009-09-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1262: Fix Version/s: 1.5 > DIH needs support for callable stateme

[jira] Updated: (SOLR-1348) JdbcDataSource does not import Blob values correctly by default

2009-09-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1348: Attachment: SOLR-1348.patch This patch adds support for the binary field type in

[jira] Updated: (SOLR-1226) XPathEntityProcessor should resolve xsl references within Solr's configuration

2009-09-06 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1226: Fix Version/s: 1.5 > XPathEntityProcessor should resolve xsl references wit

[jira] Commented: (SOLR-1226) XPathEntityProcessor should resolve xsl references within Solr's configuration

2009-09-06 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751838#action_12751838 ] Shalin Shekhar Mangar commented on SOLR-1226: - Looks like we forgot about

[jira] Updated: (SOLR-1406) Refactor FileDataSource and FileListEntityProcessor to be more extensible

2009-09-06 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1406: Attachment: SOLR-1406.patch # Made FileDataSource and FileListEntityProcessor more

[jira] Commented: (SOLR-1406) Add ability to retrieve DataConfig from dataimport Context

2009-09-04 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751638#action_12751638 ] Shalin Shekhar Mangar commented on SOLR-1406: - bq. I could ex

Re: Solr development with IntelliJIDEA - looking for advice

2009-09-04 Thread Shalin Shekhar Mangar
't remember the exact name) to src/test/test-files. To run only one single test from ant use -Dtestcase= -- Regards, Shalin Shekhar Mangar.

[jira] Commented: (SOLR-1410) remove deprecated custom encoding support in russian/greek analysis

2009-09-04 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751374#action_12751374 ] Shalin Shekhar Mangar commented on SOLR-1410: - bq. I don't think w

[jira] Commented: (SOLR-1204) Enhance SpellingQueryConverter to handle UTF-8 instead of ASCII only

2009-09-04 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751337#action_12751337 ] Shalin Shekhar Mangar commented on SOLR-1204: - bq. Since this ticket is ma

[jira] Commented: (SOLR-1406) Add ability to retrieve DataConfig from dataimport Context

2009-09-03 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751122#action_12751122 ] Shalin Shekhar Mangar commented on SOLR-1406: - Instead of exposing DataCo

[jira] Commented: (SOLR-1204) Enhance SpellingQueryConverter to handle UTF-8 instead of ASCII only

2009-09-03 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751121#action_12751121 ] Shalin Shekhar Mangar commented on SOLR-1204: - bq. The patch has been ready

Re: Build failed in Hudson: Solr-trunk #910

2009-08-31 Thread Shalin Shekhar Mangar
ttp://hudson.zones.apache.org/hudson/job/Solr-trunk/ws/trunk/lib/lucene-core-2.9-dev.jar > does not exist > I have committed a fix. The lucene_version variable in common-build.xml needed to be changed to 2.9.0-rc2. Can someone with access to hudson start a new build? -- Regards, Shalin Shekhar Mangar.

[jira] Created: (SOLR-1388) Show the download link more prominently on the website

2009-08-27 Thread Shalin Shekhar Mangar (JIRA)
: Shalin Shekhar Mangar Priority: Minor Fix For: 1.4 The download link should be shown on the home page prominently. Users shouldn't be forced to search for a download link. Also see http://twitter.com/kevsmith/status/3579783776 -- This message is automatically gene

[jira] Resolved: (SOLR-1386) build.xml's tar task should use longfile="gnu"

2009-08-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1386. - Resolution: Fixed Committed revision 807944. Thanks Mark for opening/fixing the

[jira] Updated: (SOLR-1386) build.xml's tar task should use longfile="gnu"

2009-08-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1386: Attachment: SOLR-1386.patch Patch with the changes > build.xml's tar tas

[jira] Created: (SOLR-1386) build.xml's tar task should use longfile="gnu"

2009-08-26 Thread Shalin Shekhar Mangar (JIRA)
Shalin Shekhar Mangar Assignee: Shalin Shekhar Mangar Priority: Trivial Fix For: 1.4 >From LUCENE-1854: bq. The default (used now) is the same, but we get all those nasty false warnings filling the screen. -- This message is automatically generated by JIR

[jira] Resolved: (SOLR-1369) Add HSQLDB Jar to example-dih

2009-08-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1369. - Resolution: Fixed Fix Version/s: 1.4 Assignee: Shalin Shekhar

[jira] Updated: (SOLR-1369) Add HSQLDB Jar to example-dih

2009-08-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1369: Attachment: SOLR-1369.patch # unzip hsqldb.zip # svn add hsqldb # svn delete

[jira] Updated: (SOLR-758) Enhance DisMaxQParserPlugin to support full-Solr syntax and to support alternate escaping strategies.

2009-08-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-758: --- Fix Version/s: 1.5 > Enhance DisMaxQParserPlugin to support full-Solr syntax and

[jira] Updated: (SOLR-757) SolrQueryParser should support escaping of characters in lieu of analysis for prefix & wildcard & fuzzy searches.

2009-08-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-757: --- Fix Version/s: 1.5 > SolrQueryParser should support escaping of characters in lieu

[jira] Updated: (SOLR-756) Make DisjunctionMaxQueryParser generally useful by supporting all query types.

2009-08-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-756: --- Fix Version/s: 1.5 > Make DisjunctionMaxQueryParser generally useful by supporting

Re: Removing documents from a result

2009-08-25 Thread Shalin Shekhar Mangar
ally you want to filter the results by the NumericRangeQuery that you have created. You can just specify that query as a filter to searcher.search method, no? -- Regards, Shalin Shekhar Mangar.

Re: [jira] Updated: (SOLR-1366) UnsupportedOperationException may be thrown when using custom IndexReader

2009-08-21 Thread Shalin Shekhar Mangar
On Fri, Aug 21, 2009 at 3:20 AM, Chris Hostetter wrote: > > : Shalin Shekhar Mangar updated SOLR-1366: > : > : > : Component/s: replication (java) > > the issue seems broader then just replication ... i would change this back &

[jira] Updated: (SOLR-1366) UnsupportedOperationException may be thrown when using custom IndexReader

2009-08-19 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1366: Component/s: replication (java) > UnsupportedOperationException may be thrown w

[jira] Commented: (SOLR-1371) LukeRequestHandler/schema.jsp errors if schema has no uniqueKey field

2009-08-19 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745212#action_12745212 ] Shalin Shekhar Mangar commented on SOLR-1371: - bq. any objections t

[jira] Commented: (SOLR-1369) Add HSQLDB Jar to example-dih

2009-08-19 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745152#action_12745152 ] Shalin Shekhar Mangar commented on SOLR-1369: - {quote} Be clearer on the

[jira] Updated: (SOLR-1369) Add HSQLDB Jar to example-dih

2009-08-19 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1369: Component/s: contrib - DataImportHandler > Add HSQLDB Jar to example-

[jira] Commented: (SOLR-1366) UnsupportedOperationException may be thrown when using custom IndexReader

2009-08-19 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745042#action_12745042 ] Shalin Shekhar Mangar commented on SOLR-1366: - Yeah, ReplicationHandler ass

[jira] Resolved: (SOLR-1361) Incorrect javadoc on SolrInputDocument addField

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

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

2009-08-12 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742355#action_12742355 ] Shalin Shekhar Mangar commented on SOLR-1331: - bq. IndexWriter.addInd

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

2009-08-12 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742328#action_12742328 ] Shalin Shekhar Mangar commented on SOLR-1331: - bq. Is the thinking here tha

[jira] Updated: (SOLR-773) Incorporate Local Lucene/Solr

2009-08-12 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-773: --- Fix Version/s: 1.5 Marking for 1.5 > Incorporate Local Lucene/S

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-08-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740506#action_12740506 ] Shalin Shekhar Mangar commented on SOLR-908: bq. Perhaps more of the test

[jira] Commented: (SOLR-1343) HTMLStripCharFilter

2009-08-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740435#action_12740435 ] Shalin Shekhar Mangar commented on SOLR-1343: - Koji, what is the advantag

Re: Upgrading Lucene

2009-08-05 Thread Shalin Shekhar Mangar
On Wed, Aug 5, 2009 at 9:29 PM, Mark Miller wrote: > Shalin Shekhar Mangar wrote: > >> On Tue, Aug 4, 2009 at 5:51 AM, Mark Miller >> wrote: >> >> >> >>> When we upgrade to the latest Lucene 2.9, I've seen a few issues so far >>> tha

Re: Upgrading Lucene

2009-08-05 Thread Shalin Shekhar Mangar
On Tue, Aug 4, 2009 at 5:51 AM, Mark Miller wrote: > When we upgrade to the latest Lucene 2.9, I've seen a few issues so far > that have to be resolved: > When do we plan to upgrade? -- Regards, Shalin Shekhar Mangar.

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

2009-08-04 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738970#action_12738970 ] Shalin Shekhar Mangar commented on SOLR-1281: - We can remove the st

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

2009-08-04 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1051. - Resolution: Fixed I've opened SOLR-1331 for the missing piece. > Sup

<    1   2   3   4   5   6   7   8   9   10   >