Help Indexing Large File

2015-12-14 Thread Antelmo Aguilar
Hello, I am trying to index a very large file in Solr (around 5GB). However, I get out of memory errors using Curl. I tried using the post script and I had some success with it. After indexing several hundred thousand records though, I got the following error message: *SimplePostTool: FATAL:

Status on updating log4j to log4j2

2017-05-09 Thread Antelmo Aguilar
Hi, I noticed that you guys are working on upgrading log4j to log4j2: https://issues.apache.org/jira/browse/SOLR-7887 I was wondering if there is any priority on doing this since it has been several months since the last comment. It would be nice since it seems log4j2 makes it easier to make

Re: Broken Feature in Solr 6.6

2018-01-30 Thread Antelmo Aguilar
s":"_EXPORT", > "components": [ > "query" > ], > "defaults": { > "wt": "json" > }, > "invariants": { > "rq": "{!xport}", > "distrib": false >

Re: Broken Feature in Solr 6.6

2018-01-30 Thread Antelmo Aguilar
access the /export handler anymore. This should work fine: http://host:port/solr/collection/export?q=*:*=exp_id_s=exp_id_s+asc Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jan 29, 2018 at 4:59 PM, Antelmo Aguilar <aagui...@nd.edu> wrote: > Hi All, > > I was using this feature

Broken Feature in Solr 6.6

2018-01-29 Thread Antelmo Aguilar
Hi All, I was using this feature in Solr 6.1: https://issues.apache.org/jira/browse/SOLR-5244 It seems that this feature is broken in Solr 6.6. If I do this query in Solr 6.1, it works as expected. q=*:*=exp_id_s={!xport}=xsort=exp_id_s+asc However, doing the same query in Solr 6.6 does not

Issue Using JSON Facet API Buckets in Solr 6.6

2018-02-12 Thread Antelmo Aguilar
Hi, I was using the following part of a query to get facet buckets so that I can use the information in the buckets for some post-processing: "json":

Re: Issue Using JSON Facet API Buckets in Solr 6.6

2018-02-14 Thread Antelmo Aguilar
On Feb 12, 2018 4:55 PM, "Antelmo Aguilar" <aagui...@nd.edu> wrote: > Hi, > > I was using the following part of a query to get facet buckets so that I > can use the information in the buckets for some post-processing: > > "json": "{\"filter\&

Re: Issue Using JSON Facet API Buckets in Solr 6.6

2018-02-19 Thread Antelmo Aguilar
Hi all, I was wondering if the information I sent is sufficient to look into the issue. Let me know if you need anything else from me please. Thanks, Antelmo On Thu, Feb 15, 2018 at 1:56 PM, Antelmo Aguilar <aagui...@nd.edu> wrote: > Hi, > > Here are two pastebins. The fi

Re: Issue Using JSON Facet API Buckets in Solr 6.6

2018-02-15 Thread Antelmo Aguilar
g any custom code/plugins in Solr? > -Yonik > > > On Mon, Feb 12, 2018 at 4:55 PM, Antelmo Aguilar <aagui...@nd.edu> wrote: > > Hi, > > > > I was using the following part of a query to get facet buckets so that I > > can use the information in t

Re: Issue Using JSON Facet API Buckets in Solr 6.6

2018-02-23 Thread Antelmo Aguilar
che.org/jira/browse/SOLR-12020 > > -Yonik > > > > On Thu, Feb 22, 2018 at 11:03 AM, Yonik Seeley <ysee...@gmail.com> wrote: > > Thanks Antelmo, I'm trying to reproduce this now. > > -Yonik > > > > > > On Mon, Feb 19, 2018 at 10:13 AM, A

Not possible to use NOT queries with Solr Export Handler?

2018-08-23 Thread Antelmo Aguilar
Hello, I asked this question in the IRC channel, but had to leave so was not able to wait for a response. So sending it through here instead with the hopes that someone can give me some insight on the issue I am experiencing. So in our Solr setup, we use the Solr Export request handler. Our

Date Query Using Local Params

2018-09-10 Thread Antelmo Aguilar
Hi, I have a question. I am trying to use the "within" op parameter in a Date Search. This works like I would expect: {!field f=collection_date_range op=Within}[2013-07-08 TO 2013-07-09] I would like to use an OR with the query though, something like this: {!field f=collection_date_range

Re: Date Query Using Local Params

2018-09-10 Thread Antelmo Aguilar
ciate your resposne. Best, Antelmo On Mon, Sep 10, 2018 at 3:51 PM, Shawn Heisey wrote: > On 9/10/2018 1:21 PM, Antelmo Aguilar wrote: > >> Hi, >> >> I have a question. I am trying to use the "within" op parameter in a Date >> Search. This works like I w

Re: Date Query Using Local Params

2018-09-10 Thread Antelmo Aguilar
ion_date_range op=Within v=$range2} > =[2013-07-08 TO 2013-07-09] > =[2013-07-21 TO 2013-07-25] > > Erik > > > > > > > On Sep 10, 2018, at 3:59 PM, Antelmo Aguilar wrote: > > > > Hi Shawn, > > > > Thank you. So just

stats.field using Config API

2019-01-17 Thread Antelmo Aguilar
Hi all, I am trying to set multiple stats.field parameters to get the min and max of multiple fields in one request. I am able do this by doing this in the URL stats.field=statsfield1=statsfield2=statsfield3 I would like to replicate this, but in the configoverlay.json file, but I can't get it

Re: Reason Why Query Does Not Work

2018-09-18 Thread Antelmo Aguilar
al clauses into > > 'fq' instead of jointly into 'q'? This may give you faster search too, > > as Solr will not have to worry about ranking. > > > > Regards, > >Alex. > > > > On 18 September 2018 at 14:38, Antelmo Aguilar wrote: > > > Hi, > &g

Reason Why Query Does Not Work

2018-09-18 Thread Antelmo Aguilar
Hi, I am doing some date queries and I was wondering if there is some way of getting this query to work. ( ( !{!field f=collection_date_range op=Within v='[2000-01-01 TO 2018-09-18]'} AND !{!field f=collection_date_range op=Within v='[1960-01-01 TO 1998-09-18]'} ) AND collection_season:([1999-05