Hi,
In data import handler, I can read the "clean" query parameter using
${dih.request.clean} and pass it on to the queries. Is it possible to read
any query parameter from the URL ? for eg ${foo} ?
Thanks
Hi
Is it possible to set up the data import handler so that it keeps track of
the last imported time in Zulu time and not local time ?
Its not very clear from the documentation how to do it or if it is even
possible to do it.
Ref:
http://wiki.apache.org/solr/DataImportHandler#Configuring_The_Pr
tag below somehow. I tried setting locale="UTC" and it didnt work.
On Tue, Mar 25, 2014 at 7:45 PM, Gora Mohanty wrote:
> On 26 March 2014 02:44, Kiran J wrote:
> >
> > Hi
> >
> > Is it possible to set up the data import handler so that it keeps track
&g
us/library/ms187928.aspx
On Thu, Mar 27, 2014 at 2:17 PM, Kiran J wrote:
> Thank you for the response. This works if I invoke start.jar with java. In
> my usecase however, I need to invoke start.jar directly (consoleless
> service so that the user cannot close it accidentally
Hi,
I want to dynamically specify the data source in the URL when invoking data
import handler. I'm looking at this :
http://wiki.apache.org/solr/DataImportHandler#solrconfigdatasource
/home/username/data-config.xml com.mysql.jdbc.Driver jdbc:mysql://localhost/d
(Anonymous - via GTD book)
>
>
> On Mon, Jul 15, 2013 at 2:56 PM, Kiran J wrote:
>
> > Hi,
> >
> > I want to dynamically specify the data source in the URL when invoking
> data
> > import handler. I'm looking at this :
Hi,
Is it possible to access Solr through thrift APIs ?
Thanks
Hi,
Does Solr support multi dimensional spatial search ?
http://en.wikipedia.org/wiki/K-d_tree
Thanks
Thank you for the excellent explanation David.
My use case is in the signal processing area. I have a wave that is in time
domain & it is converted to frequency domain on 8 different bands (FFT) ie,
an 8D point. The question for me is "If I have a set of waves (8D points)
in the database and I hav
Hi,
I'm using this configuration:
http://wiki.apache.org/solr/DataImportHandlerDeltaQueryViaFullImport
The wiki says: "In this case it means obviously that in case you also want
to use deletedPkQuery then when running the delta-import command is still
necessary."
In this link: http://wiki.apach
Thank you Ahmet.
I figured it out. I had to define a separate entity which takes care of
deletes.
On Wed, Feb 13, 2013 at 1:32 AM, Ahmet Arslan wrote:
> > define something like postImportDeleteQuery = "Select Id
> > from
> > delete_log_table". Can someone provide me an example ?
>
> pos
t; save up codes as a bat file,then,start the bat
> > will be ok
> >
> >
> > -- Original --
> > From: "Kiran J";
> > Date: Sat, Feb 16, 2013 06:55 AM
> > To: "solr-user";
> >
> > Subject: Start solr from differe
Hi everyone,
I have a group field which restricts the permission for each user. A user
can belong to multiple groups. A document can belong to only Group (ie) non
multi valued. There are some documents which are unrestricted, hence group
id is null. How can I use the filter for a given user so tha
Thank you Jack, that works.
Kiran
On Thu, Sep 27, 2012 at 5:18 PM, Jack Krupansky wrote:
> Add a "*:*" before the negative query.
>
> (*:* -Group:[* TO *]) OR Group:(X OR Y OR Z)
>
> -- Jack Krupansky
>
> -----Original Message- From: Kiran J Sent: Thursday,
Hi everyone,
Does Solr have out of the box data import handler scheduling ? This link
looks like I need to run an additional JAR.
http://wiki.apache.org/solr/DataImportHandler?highlight=%28%28DataImportHandler%29%29#Scheduling
I need to invoke the import from .Net environment, so I'd like to avo
15 matches
Mail list logo