Re: Build suggester in different directory (not /tmp).

2017-12-20 Thread Matthew Roth
ged. > > Personally I'd alter my indexing process to fire a build command when > it was done. > > Or, if you can afford to optimize after _every_ set of updates (say > you only update every day or less often) then buildOnOptimize makes > sense. > > Best, > Erick

Re: Build suggester in different directory (not /tmp).

2017-12-20 Thread Matthew Roth
this as a service, but I think I can handle making the required changes. Best, Matt On Wed, Dec 20, 2017 at 2:58 PM, Shawn Heisey wrote: > On 12/20/2017 10:05 AM, Matthew Roth wrote: > > I am building a few suggester's and I am receiving the error that I have > no &g

Re: Build suggester in different directory (not /tmp).

2017-12-20 Thread Matthew Roth
in a different directory would still be preferable. Best, Matt On Wed, Dec 20, 2017 at 12:05 PM, Matthew Roth wrote: > Hi List, > > I am building a few suggester's and I am receiving the error that I have > no space left on device. > > > > No space left on device > &g

Re: No space left on device - When I execute suggester component.

2017-12-20 Thread Matthew Roth
Oh, this seems relevant to my recent post to the list. My problem is that the suggester's are first being built in /tmp and moved to /var. tmp has a total of 2g's free whereas /var has near 100G. Perhaps you are running into the same problem I am in this regard? How does your /tmp dir look when bu

Build suggester in different directory (not /tmp).

2017-12-20 Thread Matthew Roth
Hi List, I am building a few suggester's and I am receiving the error that I have no space left on device. No space left on device java.io.IOException: No space left on device at sun.nio.ch.FileDispatcherImpl.write0(Native Method) at ... At first this threw me. df showed I had over 100 G fr

Re: indexing XML stored on HDFS

2017-12-08 Thread Matthew Roth
Spark, and get them into Solr. > It might be a better solution for your existing workflow. > > Hope it helps - > Cassandra > > On Thu, Dec 7, 2017 at 9:03 AM, Matthew Roth wrote: > > > Yes the post tool would also be an acceptable option and one I am > familiar > >

Re: indexing XML stored on HDFS

2017-12-07 Thread Matthew Roth
bin/post tool? See: > https://lucidworks.com/2015/08/04/solr-5-new-binpost-utility/ > > On Wed, Dec 6, 2017 at 2:05 PM, Matthew Roth wrote: > > Hi All, > > > > Is there a DIH for HDFS? I see this old feature request [0 > > <https://issues.apache.org/jira/browse/SO

indexing XML stored on HDFS

2017-12-06 Thread Matthew Roth
Hi All, Is there a DIH for HDFS? I see this old feature request [0 ] that never seems to have gone anywhere. Google searches and searches on this list don't get me to far. Essentially my workflow is that I have many thousands of XML documents store

Re: PDF writer

2016-10-21 Thread Matthew Roth
ing the web that allows a crawl to be defined entirely through a GUI, > but question whether it really is much better than a FOSS architecture. > > -Original Message- > From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] > Sent: Friday, October 21, 2016 10:35 AM > To

Re: PDF writer

2016-10-21 Thread Matthew Roth
in solr. I could always process the upstream relational data to produce my PDF reports. Matt On Wed, Oct 19, 2016 at 10:53 AM, Shawn Heisey wrote: > On 10/17/2016 8:01 AM, Matthew Roth wrote: > > Is there a documented or preferred path to have a PDF response writer? > > I am using s

Re: PDF writer

2016-10-17 Thread Matthew Roth
h) that you can > do whatever you want with, either on Solr or on a SolrJ client. > > Not much help I know... > > Best, > Erick > > On Mon, Oct 17, 2016 at 10:01 AM, Matthew Roth > wrote: > > Hi Group, > > > > Is there a documented or preferred path to ha

PDF writer

2016-10-17 Thread Matthew Roth
Hi Group, Is there a documented or preferred path to have a PDF response writer? I am using solr 5.3.x for an internal project. I have an XSL-FO transformation that I am able to return via the XSLT response writer. Is there a documented way to produce a PDF via solr? Alternatively, I was thinking