hi,
On Tue, Nov 15, 2016 at 02:54:49AM +1100, Alexandre Rafalovitch wrote:
>>
>>
> Attribute names are case sensitive as far as I remember. Try
> 'dataSource' for the second definition.
oh wow... that's sneaky. in the old version the case didn't seem to matter,
but now it certainly d
hi,
I'm porting an old data-import configuratie from 4.x to 6.3.0. a minimal config
is this :
http://site/nl/${page.pid}"; format="text">
when I try to do a full import with this, I get :
2016-11-14 12:31:52.173 INFO (Thread
hi,
On Wed, Nov 17, 2010 at 04:39:00PM +0100, Peter Blokland wrote:
> i'm using solr and am trying to limit my resultset to documents
> that either have a publication date in the range * to now, or
> have no publication date set at all (field is not present).
> ho
hi,
On Wed, Nov 17, 2010 at 05:00:04PM +0100, Peter Blokland wrote:
>>> pubdate:([* TO NOW] OR (NOT *))
i've gone back to the examples provided with solr 1.4.1. the
standard example has 19 documents, one of which has a date-field
called 'incubationdate_dt'. so the q
hi,
On Wed, Nov 17, 2010 at 10:54:48AM -0500, Ken Stanley wrote:
> > pubdate:([* TO NOW] OR (NOT *))
> Instead of using NOT, try simply prefixing the field name with a minus
> sign. This tells SOLR to exclude the field. Otherwise, the word NOT
> would be treated as a term, and would be applied
hi.
i'm using solr and am trying to limit my resultset to documents
that either have a publication date in the range * to now, or
have no publication date set at all (field is not present).
however, using this :
(pubdate:[* TO NOW]) OR ( NOT pubdate:*)
gives me only the documents in the range *
hi,
On Mon, Oct 11, 2010 at 01:03:07AM -0400, Israel Ekpo wrote:
> If you are using Solr via PHP and would like to see any new features in the
> extension please feel free to send me a note.
I'm currently testing a setup with Solr via PHP, and was wondering if
support for the ExtractingRequestH
hi,
I'm using Solr to index document both through a combination of
DataImportHandler/TikaEntityProcessor and Solr's ExtractingRequestHandler.
The latter gives me the option of dynamically mapping metadata to
fields using "uprefix='attr_'" in the configuration. Is it possible
to do the same thing f