Re: [Solr Wiki] Update of "Solr1.3" by HossMan

2008-05-31 Thread Noble Paul നോബിള്‍ नोब्ळ्
BTW , how can I get the list of methods which are not used?

Let us see then  what can be added as tests
--Noble

On Sat, May 31, 2008 at 5:38 AM, Chris Hostetter
<[EMAIL PROTECTED]> wrote:
>
> : BinaryResponseWriter, FastInputStream and FastOutputStream are part of
> : the new binary format. The distributed search tests cover most of
> : *what is used* because the SearchHandler uses that instead of the XML
> : one.
>
> If there's code that's not used let's remove it.  if the code is needed,
> then let's write tests for it.  The fact that it's the fundemental
> underpinnings of distributed search just makes it more important to have
> good tests, not just to know it's working correctly now, but to ensure we
> will be able to improve it later and know we arent' breaking anything.
>
>
>
> -Hoss
>
>



-- 
--Noble Paul


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

2008-05-31 Thread Bill Au (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601408#action_12601408
 ] 

Bill Au commented on SOLR-139:
--

I noticed that this bug is no longer included in the 1.3 release.  Are there 
any outstanding issues if all the fields are stored?  Requiring that all fields 
are stored for a document to be update-able seems like reasonable to me.  This 
feature will simplify things for Solr users who are doing a query to get all 
the fields following by an add when they only want to update a very small 
number of fields.

> 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
> 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.



Re: svn commit: r661922 - /lucene/solr/trunk/src/webapp/web/WEB-INF/web.xml

2008-05-31 Thread Noble Paul നോബിള്‍ नोब्ळ्
hoss this looks fine
So we probably can remove it from the tomcat section
--Noble

On Sat, May 31, 2008 at 6:24 AM,  <[EMAIL PROTECTED]> wrote:
> Author: hossman
> Date: Fri May 30 17:54:08 2008
> New Revision: 661922
>
> URL: http://svn.apache.org/viewvc?rev=661922&view=rev
> Log:
> include example of seting JNDI solr/home in the web.xml
>
> Modified:
>lucene/solr/trunk/src/webapp/web/WEB-INF/web.xml
>
> Modified: lucene/solr/trunk/src/webapp/web/WEB-INF/web.xml
> URL: 
> http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/WEB-INF/web.xml?rev=661922&r1=661921&r2=661922&view=diff
> ==
> --- lucene/solr/trunk/src/webapp/web/WEB-INF/web.xml (original)
> +++ lucene/solr/trunk/src/webapp/web/WEB-INF/web.xml Fri May 30 17:54:08 2008
> @@ -30,6 +30,17 @@
>  "com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl"/>
>-->
>
> +  
> +  
> +
>   
>   
> SolrRequestFilter
>
>
>



-- 
--Noble Paul