, etc.
>>>>
>>>> I don't use DIH, so personally I don't care whether it handles blobs,
>>>> but
>>>> it does seem like a natural extension for a system that indexes data
>>>> from
>>>> SQL in Solr.
>>
Right, a more nuanced comment involves what _type_ of docs you're
storing, and what the ratio of searchable-to-overall size is. Consider
an image. The searchable data may be 0.01% of the file size. Or even
worse, a movie.
As always, "it depends". I guess that personally I'm not a fan of
using Solr
On 11/14/2014 01:43 PM, Erick Erickson wrote:
Just skimming, so maybe I misinterpreted.
ExternalFileField and ExternalFileFieldReloader
refer to storing values for each doc in an external file, they have
nothing to do with storing _files_.
The usual pattern is to have Solr store just enough da
any solution to use the fields
in
JSON
Blob for a filter ... Not with DIH.
--
View this message in context:
http://lucene.472066.n3.nabble.com/DIH-Blob-data-tp4168896p4168925.html
Sent from the Solr - User mailing list archive at Nabble.com.
t; > SQL in Solr.
>> >
>> > -Mike
>> >
>> >
>> > On 11/12/2014 01:31 PM, Anurag Sharma wrote:
>> >
>> >> BLOB is non-searchable field so there is no benefit of storing it into
>> >> Solr. Any external key-value store can be use
blob and
> >> reference of this blob can be stored as a string field in Solr.
> >>
> >> On Wed, Nov 12, 2014 at 5:56 PM, stockii
> >> wrote:
> >>
> >> I had a similar problem and didnt find any solution to use the fields
> in
> >>> JSON
> >>> Blob for a filter ... Not with DIH.
> >>>
> >>>
> >>>
> >>> --
> >>> View this message in context:
> >>>
> http://lucene.472066.n3.nabble.com/DIH-Blob-data-tp4168896p4168925.html
> >>> Sent from the Solr - User mailing list archive at Nabble.com.
> >>>
> >>>
> >
>
his blob can be stored as a string field in Solr.
>>
>> On Wed, Nov 12, 2014 at 5:56 PM, stockii
>> wrote:
>>
>> I had a similar problem and didnt find any solution to use the fields in
>>> JSON
>>> Blob for a filter ... Not with DIH.
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://lucene.472066.n3.nabble.com/DIH-Blob-data-tp4168896p4168925.html
>>> Sent from the Solr - User mailing list archive at Nabble.com.
>>>
>>>
>
ntext:
http://lucene.472066.n3.nabble.com/DIH-Blob-data-tp4168896p4168925.html
Sent from the Solr - User mailing list archive at Nabble.com.
ind any solution to use the fields in
> JSON
> Blob for a filter ... Not with DIH.
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/DIH-Blob-data-tp4168896p4168925.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
I had a similar problem and didnt find any solution to use the fields in JSON
Blob for a filter ... Not with DIH.
--
View this message in context:
http://lucene.472066.n3.nabble.com/DIH-Blob-data-tp4168896p4168925.html
Sent from the Solr - User mailing list archive at Nabble.com.
I am trying to index json data present under blob data type in data base.
JSON stored in database as {a:1,b:2,c:3}.
I want to Search based on fields later like fq= a:1.
The fields a,b,c are dynamic and can be anything based on data posted by
users.
What is the correct way to index data based on d
11 matches
Mail list logo