I think Jack already answered this one: "You can use an update processor."
Buy his book, I am sure he has lots of examples. :-)
Or just start from: https://wiki.apache.org/solr/UpdateRequestProcessor
And review:
http://lucene.apache.org/solr/4_5_1/solr-core/org/apache/solr/update/processor/UpdateR
I can not convert base64 encoded data to text in my application as it will
impact my core application processing. I want this task should be done at
Solr side. Can I use Apache Tika for this at solr side ?
But the format I am sending to Solr is XML format with some fields are in
plain text and some
On 27 October 2013 07:22, Baskar Sikkayan wrote:
>
> Hi,
>Looking for solr config for Job Site. In a job site there are 2 main
> searches.
>
> 1) Employee can search for job ( based on skill set, job location, title,
> salary )
> 2) Employer can search for employees ( based on skill set, exp,
Hi,
Looking for solr config for Job Site. In a job site there are 2 main
searches.
1) Employee can search for job ( based on skill set, job location, title,
salary )
2) Employer can search for employees ( based on skill set, exp, location,
)
Should i have a separate config xml for both se
Full JSON support deep complex object indexing and search Game changer
Bill Bell
Sent from mobile
> On Oct 26, 2013, at 1:04 PM, Otis Gospodnetic
> wrote:
>
> Hi,
>
>> On Sat, Oct 26, 2013 at 5:58 AM, Saar Carmi wrote:
>> LOL, Jack. I can imagine Otis saying that.
>
> Funny indeed,
Hi Otis,
While the main goal of SPDY is to reduce page load times - i think we could
benefit from it in Solr context as well.
The transport layer is still TCP - but SPDY allows multiplexing of
requests. It also uses compression and reduces the overhead of http
headers.
An excerpt from http://webt
You can use an update processor. Maybe write a JavaScript script for the
stateless script update processor that takes a list of field names and then
converts the base 64 encoding to normal text for those specified fields.
Or, convert base 64 to text before you send the field values to Solr.
--
Hi,
On Sat, Oct 26, 2013 at 5:58 AM, Saar Carmi wrote:
> LOL, Jack. I can imagine Otis saying that.
Funny indeed, but not really.
> Otis, with these marriage, are we going to see map reduce based queries?
Can you please describe what you mean by that? Maybe with an example.
Thanks,
Otis
On 10/25/2013 8:18 AM, Cassandra Targett wrote:
In terms of adding or fixing documentation, the "Installing Solr" page
(https://cwiki.apache.org/confluence/display/solr/Installing+Solr)
includes a yellow box that says:
"Solr ships with a working Jetty server, with optimized settings for
Solr, i
Hi;
This question my not be directly related to Solr but I want to generate
OpenSearch standard responses from my Solr indexes. As usual I don't expose
my Solr indexes to the outside and I've implemented a custom API for
querying.
My motivation to support OpenSearch is that:
https://developers.go
Hi,
I am using Solr for searching my email data. My application is in C++ so I a
using CURL library to POST the data to Solr for indexing. I am posting data
in XML format and some of the XML fields are in plain text and some of the
base64 encoded. I want to know what should I do so that Solr can in
Hi Suren,
(13/10/25 23:36), Suren Raju wrote:
Hi,
We are trying to solve a business problem by performing solr more like this
query. We are able to perform the more like this search. We have a specific
use case that requires different boost on different match fields. Say i do
more like this bas
LOL, Jack. I can imagine Otis saying that.
Otis, with these marriage, are we going to see map reduce based queries?
On Oct 25, 2013 10:03 PM, "Jack Krupansky" wrote:
> But a lot of that big yellow elephant stuff is in 4.x anyway.
>
> (Otis: I was afraid that you were going to say that the ne
Perhaps your question is similar to another one on the list.
http://lucene.472066.n3.nabble.com/Normalized-data-during-indexing-td4097750.html#a4097752
On Sat, Oct 26, 2013 at 4:40 AM, Developer wrote:
> I am trying to figure out a way to standardize the stored values using a
> file
> similar
14 matches
Mail list logo