Newbie question:
I have a Flume server, where I am writing to sink which is a RollingFile
Sink.
I have to take this files from the sink and send it to Solr which can index
and provide search.
Do I need to configure MorphineSolrSink?
What is the mechanism's to do this or send this data over to S
I
have a newbie question on integrating Solr with Hadoop.
There are some vendors like Cloudera/MapR who have announced Solr Search
for Hadoop.
If I use the Apache distro, how can I use Solr Search on docs in HDFS/Hadoop
Is there a tutorial on how to use it or getting started.
I am using Flume
Hi
I have flume dumping CSV files in folders and I would like Solr to build a
index using these CSV files.
What should I do?
Thanks,
Rajesh
-- Jack Krupansky
>
> -Original Message- From: Rajesh Jain Sent: Friday, July 19, 2013
> 1:55 PM To: solr-user@lucene.apache.org Subject: Indexing CSV files in a
> Folder
> Hi
>
> I have flume dumping CSV files in folders and I would like Solr to build a
> index using these CSV
I have flume sink directory where new files are being written periodically.
How can I instruct solr to index the files in the directory every time a
new file gets written.
Any ideas?
Thanks,
Rajesh
Hi,
I am using the 4.x version of Solr, and following the UpdateJSON Solr Wiki
1. When I try to update using :
curl 'http://localhost:8983/solr/update/json?commit=true'
--data-binary @books.json -H 'Content-type:application/json'
I don't see any Category as Books in Velocity based Solr Browser
nt-type:application/
> **json' -d '
> {
> "add": {"doc": {"id" : "TestDoc1", "title" : "test1"} },
> "add": {"doc": {"id" : "TestDoc2", "title" : "another test"}
ample/exampledocs has:
>
> "cat" : ["book","hardcover"],
>
> That is "book" singular, not "books" plural as in your query. There is no
> stemming since it is a string field, not text.
>
>
> -- Jack Krupansky
>
> -Ori
n to just /update in the meantime
>
> -Yonik
> http://lucidimagination.com
>
>
> On Mon, May 14, 2012 at 2:42 PM, Rajesh Jain wrote:
> > Hi Jack
> >
> > I am following the http://wiki.apache.org/solr/UpdateJSON tutorials.
> >
> > The first examp