[jira] Updated: (SOLR-1089) do write to Solr in a separate thread
[ https://issues.apache.org/jira/browse/SOLR-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1089: - Attachment: SOLR-1089.patch synced with trunk . use a SingleThreadExecutor instead of a thread > do write to Solr in a separate thread > - > > Key: SOLR-1089 > URL: https://issues.apache.org/jira/browse/SOLR-1089 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler >Reporter: Noble Paul > Attachments: SOLR-1089.patch, SOLR-1089.patch > > > import can be made faster if the write is done in a different thread -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (SOLR-1100) Typo fixes for solrjs docs
[ https://issues.apache.org/jira/browse/SOLR-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-1100: Attachment: typos.patch Small typo fixes against http://solrstuff.org/svn/solrjs/trunk/ > Typo fixes for solrjs docs > -- > > Key: SOLR-1100 > URL: https://issues.apache.org/jira/browse/SOLR-1100 > Project: Solr > Issue Type: Improvement >Reporter: Eric Pugh >Priority: Minor > Attachments: typos.patch > > > Matthias suggested I put in a bug here for me small documentation fixes which > were done against http://solrstuff.org/svn/solrjs/trunk/. Not sure if that > is the latest or what is in the ASF solr contrib/javascript directory. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Created: (SOLR-1100) Typo fixes for solrjs docs
Typo fixes for solrjs docs -- Key: SOLR-1100 URL: https://issues.apache.org/jira/browse/SOLR-1100 Project: Solr Issue Type: Improvement Reporter: Eric Pugh Priority: Minor Matthias suggested I put in a bug here for me small documentation fixes which were done against http://solrstuff.org/svn/solrjs/trunk/. Not sure if that is the latest or what is in the ASF solr contrib/javascript directory. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Commented: (SOLR-1058) JNDI DataImporterHandler
[ https://issues.apache.org/jira/browse/SOLR-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695937#action_12695937 ] Shalin Shekhar Mangar commented on SOLR-1058: - Committed revision 762184. Thanks Jason! > JNDI DataImporterHandler > > > Key: SOLR-1058 > URL: https://issues.apache.org/jira/browse/SOLR-1058 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler > Environment: Java Servlet Contaner, for example JBoss, or Tomcat >Reporter: Jason Shepherd >Assignee: Shalin Shekhar Mangar > Fix For: 1.4 > > Attachments: SOLR-1058.patch, SOLR-1058.patch, SOLR-1058.patch > > > Please make the Callable factory field of the JdbcDataSource a > protected field. > Follow the discussion on the thread linked below, to enable the use of JNDI > lookup for a JdbcDataSource this field will need to be set by a subclass > (JndiJdbcDataSource). > http://www.nabble.com/DataImportHandler-that-uses-JNDI-lookup-tt22408996.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Resolved: (SOLR-1087) improve CachedSqlEntityProcessor with explicit cache key and lookup key
[ https://issues.apache.org/jira/browse/SOLR-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1087. - Resolution: Fixed Committed revision 762183. Thanks Noble! > improve CachedSqlEntityProcessor with explicit cache key and lookup key > --- > > Key: SOLR-1087 > URL: https://issues.apache.org/jira/browse/SOLR-1087 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler >Affects Versions: 1.3 >Reporter: Noble Paul >Assignee: Shalin Shekhar Mangar >Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-1087.patch > > > deprecate the 'where' syntax and use explicit 'cacheKey ' and 'cacheLookup' -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (SOLR-1087) improve CachedSqlEntityProcessor with explicit cache key and lookup key
[ https://issues.apache.org/jira/browse/SOLR-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1087: Affects Version/s: 1.3 Summary: improve CachedSqlEntityProcessor with explicit cache key and lookup key (was: improve CachedSqlEntityProcessor with with explicit cache key and lookup key) > improve CachedSqlEntityProcessor with explicit cache key and lookup key > --- > > Key: SOLR-1087 > URL: https://issues.apache.org/jira/browse/SOLR-1087 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler >Affects Versions: 1.3 >Reporter: Noble Paul >Assignee: Shalin Shekhar Mangar >Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-1087.patch > > > deprecate the 'where' syntax and use explicit 'cacheKey ' and 'cacheLookup' -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Commented: (SOLR-1079) Rename omitTf to omitTermFreqAndPositions
[ https://issues.apache.org/jira/browse/SOLR-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695934#action_12695934 ] Shalin Shekhar Mangar commented on SOLR-1079: - Please ignore the last patch. Some more changes are required. I'll post a new one soon. > Rename omitTf to omitTermFreqAndPositions > - > > Key: SOLR-1079 > URL: https://issues.apache.org/jira/browse/SOLR-1079 > Project: Solr > Issue Type: Improvement > Components: documentation, update >Reporter: Shalin Shekhar Mangar >Assignee: Shalin Shekhar Mangar >Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-1079.patch > > > LUCENE-1561 has renamed omitTf. > See > http://www.lucidimagination.com/search/document/376c1c12dd464164/lucene_1561_and_omittf -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Resolved: (SOLR-1098) DateFormatTransformer can cache the format objects
[ https://issues.apache.org/jira/browse/SOLR-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1098. - Resolution: Fixed Committed revision 762180. Thanks Noble! > DateFormatTransformer can cache the format objects > -- > > Key: SOLR-1098 > URL: https://issues.apache.org/jira/browse/SOLR-1098 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler >Affects Versions: 1.3 >Reporter: Noble Paul >Assignee: Shalin Shekhar Mangar >Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-1098.patch > > > The SimpledateFormat objects can be cached and reused -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (SOLR-1098) DateFormatTransformer can cache the format objects
[ https://issues.apache.org/jira/browse/SOLR-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1098: Affects Version/s: 1.3 Summary: DateFormatTransformer can cache the format objects (was: DateFormatTransformer can cache the format objectc) > DateFormatTransformer can cache the format objects > -- > > Key: SOLR-1098 > URL: https://issues.apache.org/jira/browse/SOLR-1098 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler >Affects Versions: 1.3 >Reporter: Noble Paul >Assignee: Shalin Shekhar Mangar >Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-1098.patch > > > The SimpledateFormat objects can be cached and reused -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (SOLR-1079) Rename omitTf to omitTermFreqAndPositions
[ https://issues.apache.org/jira/browse/SOLR-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1079: Attachment: SOLR-1079.patch Patch to rename omitTf to omitTermFreqAndPositions. Do we all agree that we should go with whatever name Lucene selects? > Rename omitTf to omitTermFreqAndPositions > - > > Key: SOLR-1079 > URL: https://issues.apache.org/jira/browse/SOLR-1079 > Project: Solr > Issue Type: Improvement > Components: documentation, update >Reporter: Shalin Shekhar Mangar >Assignee: Shalin Shekhar Mangar >Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-1079.patch > > > LUCENE-1561 has renamed omitTf. > See > http://www.lucidimagination.com/search/document/376c1c12dd464164/lucene_1561_and_omittf -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Assigned: (SOLR-1098) DateFormatTransformer can cache the format objectc
[ https://issues.apache.org/jira/browse/SOLR-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-1098: --- Assignee: Shalin Shekhar Mangar > DateFormatTransformer can cache the format objectc > -- > > Key: SOLR-1098 > URL: https://issues.apache.org/jira/browse/SOLR-1098 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler >Reporter: Noble Paul >Assignee: Shalin Shekhar Mangar >Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-1098.patch > > > The SimpledateFormat objects can be cached and reused -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Assigned: (SOLR-1087) improve CachedSqlEntityProcessor with with explicit cache key and lookup key
[ https://issues.apache.org/jira/browse/SOLR-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-1087: --- Assignee: Shalin Shekhar Mangar > improve CachedSqlEntityProcessor with with explicit cache key and lookup key > > > Key: SOLR-1087 > URL: https://issues.apache.org/jira/browse/SOLR-1087 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler >Reporter: Noble Paul >Assignee: Shalin Shekhar Mangar >Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-1087.patch > > > deprecate the 'where' syntax and use explicit 'cacheKey ' and 'cacheLookup' -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Commented: (SOLR-1038) Enhance CommonsHttpSolrServer to add docs in batch
[ https://issues.apache.org/jira/browse/SOLR-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695928#action_12695928 ] Shalin Shekhar Mangar commented on SOLR-1038: - Committed revision 762176. Thanks Noble! > Enhance CommonsHttpSolrServer to add docs in batch > -- > > Key: SOLR-1038 > URL: https://issues.apache.org/jira/browse/SOLR-1038 > Project: Solr > Issue Type: Improvement > Components: clients - java >Reporter: Noble Paul >Assignee: Shalin Shekhar Mangar >Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-1038.patch, SOLR-1038.patch, SOLR-1038.patch, > SOLR-1038.patch > > > add two methods to ComonsHttpSolrServer to facilitate batch upload of docs > {code:java} > public void addAndCommit(Iterator docIter , SolrParams > commitParams) > throws SolrServerException, IOException > {code} > This helps users to upload all docs in a single http request -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Commented: (SOLR-891) A Clobtransformer to read strings from Clob
[ https://issues.apache.org/jira/browse/SOLR-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695927#action_12695927 ] Shalin Shekhar Mangar commented on SOLR-891: Committed revision 762174. Thanks Noble! > A Clobtransformer to read strings from Clob > --- > > Key: SOLR-891 > URL: https://issues.apache.org/jira/browse/SOLR-891 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler >Reporter: Noble Paul >Assignee: Shalin Shekhar Mangar >Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-891.patch, SOLR-891.patch, SOLR-891.patch, > SOLR-891.patch > > > Clob cannot be directly be consumed by Solr. So JdbcDataSource can translate > it to Strings before processing -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
EmbeddedSolrServer not in solrj jar?
I was wondering why EmbeddedSolrServer is in src/webapps/src rather than in src/solrj? I think it accidentally got moved in there when solrj was brought into 'src' from the 'client' directory? I also noticed that EmbeddedSolrServer is not being packaged into the solrj jar when ant dist is run. shalinsman...@shalinsmangar-laptop:~/work/oss/solr-trunk/dist$ jar -tvf apache-solr-solrj-1.4-dev.jar | grep EmbeddedSolrServer shalinsman...@shalinsmangar-laptop:~/work/oss/solr-trunk/dist$ jar -tvf apache-solr-solrj-1.4-dev.jar | grep SolrServer 6381 Mon Apr 06 03:41:08 IST 2009 org/apache/solr/client/solrj/SolrServer.class 963 Mon Apr 06 03:41:08 IST 2009 org/apache/solr/client/solrj/SolrServerException.class 1747 Mon Apr 06 03:41:08 IST 2009 org/apache/solr/client/solrj/impl/CommonsHttpSolrServer$1.class 1708 Mon Apr 06 03:41:08 IST 2009 org/apache/solr/client/solrj/impl/CommonsHttpSolrServer$2.class 16866 Mon Apr 06 03:41:08 IST 2009 org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.class 1625 Mon Apr 06 03:41:08 IST 2009 org/apache/solr/client/solrj/impl/LBHttpSolrServer$1.class 921 Mon Apr 06 03:41:08 IST 2009 org/apache/solr/client/solrj/impl/LBHttpSolrServer$ServerWrapper.class 10327 Mon Apr 06 03:41:08 IST 2009 org/apache/solr/client/solrj/impl/LBHttpSolrServer.class 3412 Mon Apr 06 03:41:08 IST 2009 org/apache/solr/client/solrj/impl/StreamingUpdateSolrServer$Runner$1.class 3593 Mon Apr 06 03:41:08 IST 2009 org/apache/solr/client/solrj/impl/StreamingUpdateSolrServer$Runner.class 4746 Mon Apr 06 03:41:08 IST 2009 org/apache/solr/client/solrj/impl/StreamingUpdateSolrServer.class -- Regards, Shalin Shekhar Mangar.
[jira] Updated: (SOLR-940) TrieRange support
[ https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-940: --- Attachment: SOLR-940-newTrieAPI.patch Updated patch, that supports ValueSource (currently not for Date Trie fields, I do not know how this should work, the orginal DateField uses a StringIndex as ValueSource, which is not possible for trie date fields, as no parser available and if using the standard string index, would fail because of more than one term/doc). Some tests for function queries are needed (especially as Double and FloatParser are not tested by Lucene at the moment), maybe change a test for conventional XxxFields to do the same test with a trie field. > TrieRange support > - > > Key: SOLR-940 > URL: https://issues.apache.org/jira/browse/SOLR-940 > Project: Solr > Issue Type: New Feature >Reporter: Yonik Seeley >Assignee: Shalin Shekhar Mangar > Fix For: 1.4 > > Attachments: SOLR-940-newTrieAPI.patch, SOLR-940-newTrieAPI.patch, > SOLR-940-rangequery.patch, SOLR-940-rangequery.patch, SOLR-940-test.patch, > SOLR-940.patch, SOLR-940.patch, SOLR-940.patch, SOLR-940.patch, > SOLR-940.patch, SOLR-940.patch, SOLR-940.patch, SOLR-940.patch > > > We need support in Solr for the new TrieRange Lucene functionality. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.