Unsubscribing

2019-03-18 Thread Monique Monteiro
How can I unsubscribe from this list? Thanks in advance, -- Monique Monteiro Twitter: http://twitter.com/monilouise

Re: by: java.util.zip.DataFormatException: invalid distance too far back reported by Solr API

2019-02-04 Thread Monique Monteiro
rts the following error in a > > HTTP 500 response: > > > > "by: java.util.zip.DataFormatException: invalid distance too far back" > > > > Does anyone have any idea about how to overcome this? > > > > Thanks in advance, > > Monique Monteiro > > -- Monique Monteiro Twitter: http://twitter.com/monilouise

by: java.util.zip.DataFormatException: invalid distance too far back reported by Solr API

2019-01-30 Thread Monique Monteiro
how to overcome this? Thanks in advance, Monique Monteiro

Re: Silent error from DataImportHandler

2018-09-10 Thread Monique Monteiro
ery is working and > "total rows fetched" = 0, then the query is not working for some reason: > can you check if some clause in your SQL include < or > ? They need to > be escaped (< >) > > Andrea > > > On 10/09/2018 17:22, Monique Monteiro wrote: &

Re: Silent error from DataImportHandler

2018-09-10 Thread Monique Monteiro
This is shown in the section "Raw Debug-Response". On Mon, Sep 10, 2018 at 12:20 PM Andrea Gazzarini wrote: > Hi Monique, this is the output; when you check the debug checkbox > another section is printed > > Andrea > > On 10/09/2018 17:19, Moni

Re: Silent error from DataImportHandler

2018-09-10 Thread Monique Monteiro
;0", "Total Documents Processed": "0", "Total Documents Skipped": "0", "Full Dump Started": "2018-09-10 12:04:03", "Full Import failed": "2018-09-10 12:04:04" } } On Mon, Sep 10, 2018 at 12:08 PM Andrea Ga

Re: Silent error from DataImportHandler

2018-09-10 Thread Monique Monteiro
in the Solr console before running the data import. > > Andrea > > On 10/09/2018 16:57, Monique Monteiro wrote: > > Hi all, > > > > I have a data import handler configured with an Oracle SQL query which > > works like a charm. However, when I have the same query config

Silent error from DataImportHandler

2018-09-10 Thread Monique Monteiro
quot;*Total Rows Fetched*": "0", "*Total Documents Processed*": "0", "*Total Documents Skipped*": "0", "Full Dump Started": "2018-09-06 18:15:59", "Full Import failed": "2018-09-06 18:16:02" Has an

Accessing multiple datasource from an entity

2018-09-05 Thread Monique Monteiro
Hi all, I need to add a deltaQuery to a DIH configuration, but it should reference a different datasource. Example: * * ...* Is it possible? Thanks in advance. -- Monique Monteiro Twitter: http://twitter.com/monilouise

Re: Problem with fuzzy search and accentuation

2018-08-07 Thread Monique Monteiro
Hi Erick, In fact, stemming was the culprit for the problem. Thanks! Monique Monteiro On Fri, Aug 3, 2018 at 3:45 PM Erick Erickson wrote: > Stemming is getting in the way here. You could probably use copyField > to a field that doesn't stem and fuzzy search against that field &g

Re: Problem with fuzzy search and accentuation

2018-08-03 Thread Monique Monteiro
:"tribubal~", "querystring":"tribubal~", "parsedquery":"text:tribubal~2", "parsedquery_toString":"text:tribubal~2", "QParser":"LuceneQParser"}} On Fri, Aug 3, 2018 at 3:26 PM Erick Erickson wrote

Problem with fuzzy search and accentuation

2018-08-03 Thread Monique Monteiro
I type 'administração~', no result is returned. For other terms, I haven't found any problem. My Solr version is 6.6.3. Has anyone any idea about what may cause this issue? Thanks in advance. -- Monique Monteiro Twitter: http://twitter.com/monilouise

Re: MoreLikeThis in Solr 7.3.1

2018-06-20 Thread Monique Monteiro
ucene.apache.org/solr/guide/7_3/configsets-api.html#configsets-api-entry-points > > Whatever mechanism you choose to upload the updated config, you should be > able to see the latest config @ the Solr admin UI (assuming you have access > to that) by cloud > tree > configs > >

Re: MoreLikeThis in Solr 7.3.1

2018-06-19 Thread Monique Monteiro
I reloaded the collection with the command: http://localhost:8983/solr/admin/collections?action=RELOAD&name=documentos_ce But stil the same problem... On Tue, Jun 19, 2018 at 4:48 PM Monique Monteiro wrote: > Hi Anshum, > > I'm using SolrCloud, but both instances ar

Re: MoreLikeThis in Solr 7.3.1

2018-06-19 Thread Monique Monteiro
gt; Also, did you check the MLT Query parser that does the same thing but > doesn’t require registering of the handler etc. You can find it’s > documentation here: > https://lucene.apache.org/solr/guide/7_3/other-parsers.html#more-like-this-query-parser > > * *Anshum > > >

MoreLikeThis in Solr 7.3.1

2018-06-19 Thread Monique Monteiro
ut none of this made "http://localhost:8983/solr/**/mlt?q=*:* return anything other than 404. Has anyone any idea about what may be happening? Thanks in advance, -- Monique Monteiro