Leonardo Santagada wrote:
On 31/01/2008, at 22:56, Ryan McKinley wrote:
Jan 31, 2008 9:39:01 PM org.apache.solr.core.SolrCore execute
INFO: /update
stream.filename=/tmp/commited_1201822625MainThread0_add_file.xml 0 0
isn't "stream.file" the parameter name?
ryan
Thanks, that was stupid... But there is so little information about
this. Is the result to the get assynchronous or does it process the file
before returning data?
the stream.file (or stream.body) is just a way to replace what content
is used for the input. it does not affect how the content is processed.
The content is processed then data is returned.
ryan