Solr PhraseQuery With Wildcard

2016-06-27 Thread Felipe Vinturini
Hi *all*! First time posting! I have been struggling with Solr v4.10.2 with a PhraseQuery with wildcard! My field definition is below: Let's suppose I have the following value added to the index of the field above (portuguese): Teste de texto; Será quebrado em espaços em

Re: Solr PhraseQuery With Wildcard

2016-06-28 Thread Felipe Vinturini
very > familiar with the nuances it's much safer just > to re-index from scratch. It _will_ work to > > shut down Solr > > rm -r the_data_directory > > restart solr > > That'll wipe everything out. If you're in Solr Cloud > I'd recommend deletin

Solr Date Query "Intraday"

2016-07-22 Thread Felipe Vinturini
Hi all, Is there a way to query solr between dates and query like "intraday", between hours in those days? Something like: I want to search field "text" with value: "test" and field "date" between 20160601 AND 20160610 and between only hours of those days: 1PM AND 4PM? I know I could loop over th

Re: Using DIH FileListEntityProcessor with SolrCloud

2016-12-05 Thread Felipe Vinturini
Hi *Chris*, I've never used the DIH, but maybe the "*fileName*" pattern is wrong? fileName="*.*xml*" Should be: fileName="**.xml*" Regards, *Felipe*. On Mon, Dec 5, 2016 at 9:43 AM, Chris Rogers wrote: > Hi all, > > Just bumping my question again, as doesn’t seem to have been picke