[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2009-12-07 Thread Mark Diggory (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12787072#action_12787072
 ] 

Mark Diggory commented on SOLR-139:
---

I notice this is a very long lived issue and that it is marked for 1.5.  Are 
there outstanding issues or problems with its usage if I apply it to my 1.4 
source?

 Support updateable/modifiable documents
 ---

 Key: SOLR-139
 URL: https://issues.apache.org/jira/browse/SOLR-139
 Project: Solr
  Issue Type: New Feature
  Components: update
Reporter: Ryan McKinley
Assignee: Ryan McKinley
 Fix For: 1.5

 Attachments: Eriks-ModifiableDocument.patch, 
 Eriks-ModifiableDocument.patch, Eriks-ModifiableDocument.patch, 
 Eriks-ModifiableDocument.patch, Eriks-ModifiableDocument.patch, 
 Eriks-ModifiableDocument.patch, getStoredFields.patch, getStoredFields.patch, 
 getStoredFields.patch, getStoredFields.patch, getStoredFields.patch, 
 SOLR-139-IndexDocumentCommand.patch, SOLR-139-IndexDocumentCommand.patch, 
 SOLR-139-IndexDocumentCommand.patch, SOLR-139-IndexDocumentCommand.patch, 
 SOLR-139-IndexDocumentCommand.patch, SOLR-139-IndexDocumentCommand.patch, 
 SOLR-139-IndexDocumentCommand.patch, SOLR-139-IndexDocumentCommand.patch, 
 SOLR-139-IndexDocumentCommand.patch, SOLR-139-IndexDocumentCommand.patch, 
 SOLR-139-IndexDocumentCommand.patch, SOLR-139-ModifyInputDocuments.patch, 
 SOLR-139-ModifyInputDocuments.patch, SOLR-139-ModifyInputDocuments.patch, 
 SOLR-139-ModifyInputDocuments.patch, SOLR-139-XmlUpdater.patch, 
 SOLR-269+139-ModifiableDocumentUpdateProcessor.patch


 It would be nice to be able to update some fields on a document without 
 having to insert the entire document.
 Given the way lucene is structured, (for now) one can only modify stored 
 fields.
 While we are at it, we can support incrementing an existing value - I think 
 this only makes sense for numbers.
 for background, see:
 http://www.nabble.com/loading-many-documents-by-ID-tf3145666.html#a8722293

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SOLR-1218) maven artifact for webapp

2009-11-19 Thread Mark Diggory (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12779875#action_12779875
 ] 

Mark Diggory commented on SOLR-1218:


I've set about doing my own Maven war pom and distribution for this purpose.

http://scm.dspace.org/svn/repo/modules/dspace-solr/trunk

and

http://repo2.maven.org/maven2/org/dspace/dspace-solr/1.3.0.2/

I'm working on one for 1.4.0 (I release some minor maintenance builds between 
releases)

I've also considered producing a different release process for the maven 
projects that would be maintained separately from the current build process it 
would checkout appropriate source trees of solr to construct the release at mvn 
package time.

I've seen some comments about the Maven build and release processes being 
unwieldy, but I have to disagree.

Mark

 maven artifact for webapp
 -

 Key: SOLR-1218
 URL: https://issues.apache.org/jira/browse/SOLR-1218
 Project: Solr
  Issue Type: New Feature
Affects Versions: 1.3
Reporter: Benson Margulies

 It would be convenient to have a packagingwar/packaging maven project for 
 the webapp, to allow launching solr from maven via jetty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SOLR-1085) SolrJ client java does not support moreLikeThis querys and results

2009-10-31 Thread Mark Diggory (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772255#action_12772255
 ] 

Mark Diggory commented on SOLR-1085:


Given this patch doesn't alter any existing methods, but instead adds methods 
to supoort the existing MLT behavior already present in Solr.  It would seem 
wise to get it off the queue and into 1.4 so that it won't get stale.

 SolrJ client java does not support moreLikeThis querys and results
 --

 Key: SOLR-1085
 URL: https://issues.apache.org/jira/browse/SOLR-1085
 Project: Solr
  Issue Type: Improvement
  Components: clients - java
 Environment: SolrJ java client
Reporter: Maurice Jumelet
 Fix For: 1.5

 Attachments: solrj-java-morelikethis.patch


 Although SOLR supports the more like this querys (see 
 http://wiki.apache.org/solr/MoreLikeThis) these type of query are currently 
 not supported by the SOLR java client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.