Re: Is it possible to writing solr result on disk from the server side?

2009-05-08 Thread arno13
he results xml/json into a file or in > memory. When you need them again , just read it from disk.memory > > On Fri, May 8, 2009 at 1:21 PM, arno13 > wrote: >> >> Thanks Paul! >> Yes, I saw it. In fact, if I well understand, it could be a solution, but >> a >&

Re: Is it possible to writing solr result on disk from the server side?

2009-05-08 Thread arno13
May 7, 2009 at 8:25 PM, arno13 > wrote: >> >> Do you know if it's possible to writing solr results directly on a hard >> disk >> from server side and not to use an HTTP connection to transfer the >> results? >> >> While the query time is very fas

Is it possible to writing solr result on disk from the server side?

2009-05-07 Thread arno13
Do you know if it's possible to writing solr results directly on a hard disk from server side and not to use an HTTP connection to transfer the results? While the query time is very fast for solr, I want to do that, cause of the time taken during the transfer of the results between the client and

fragmenter regexp

2009-04-30 Thread arno13
Hi, I don't succeed to use the fragmenter regexp functionality in solr I'm using solr 1.3 and I defined my fragmenter like this in the sorlconfigxml: [-\w ,/\n\"']{100,200} my query is the following: /solr/select?indent=on&version=2.2&q=fever&rows=100&start