Oh thanks.
I don't want to search on that. I will have a name field that contains the
unique identifier of the document.
2008/7/9 Noble Paul നോബിള് नोब्ळ् <[EMAIL PROTECTED]>:
> On Wed, Jul 9, 2008 at 8:46 PM, Noble Paul നോബിള് नोब्ळ्
> <[EMAIL PROTECTED]> wrote:
> > yep. you cant search. It i
On Wed, Jul 9, 2008 at 8:46 PM, Noble Paul നോബിള് नोब्ळ्
<[EMAIL PROTECTED]> wrote:
> yep. you cant search. It is better to extract the data out and index
> it if you want to search
>
> On Wed, Jul 9, 2008 at 8:37 PM, Norberto Meijome <[EMAIL PROTECTED]> wrote:
>> On Wed, 9 Jul 2008 19:51:45 +0530
yep. you cant search. It is better to extract the data out and index
it if you want to search
On Wed, Jul 9, 2008 at 8:37 PM, Norberto Meijome <[EMAIL PROTECTED]> wrote:
> On Wed, 9 Jul 2008 19:51:45 +0530
> "Noble Paul _ __" <[EMAIL PROTECTED]>
> wrote:
>
>> Y
On Wed, 9 Jul 2008 19:51:45 +0530
"Noble Paul _ __" <[EMAIL PROTECTED]> wrote:
> You can put it into a 'string' field directly
if we refer to the default string field , you won't be able to search for the
contents of the XML (unless you search for the whole t
You can put it into a 'string' field directly
On Wed, Jul 9, 2008 at 7:41 PM, Alexander Ramos Jardim
<[EMAIL PROTECTED]> wrote:
> I need to put big xml files on a string field in one of my projects. Does
> Solr accept it automatically or should I put a on my xml before
> putting on the index?
>
I need to put big xml files on a string field in one of my projects. Does
Solr accept it automatically or should I put a on my xml before
putting on the index?
--
Alexander Ramos Jardim
Hi Yonik,
Thanks for the fast response.
> I've got some fields that will contain embedded XML. Two questions
relating to that:
1. It appears as though I'll need to XML-escape the field data, as
otherwise Solr complains about find a start tag (one of the embedded
tags) before it finds the
On 4/14/06, Ken Krugler <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've got some fields that will contain embedded XML. Two questions
> relating to that:
>
> 1. It appears as though I'll need to XML-escape the field data, as
> otherwise Solr complains about find a start tag (one of the embedded
> tag
Hi all,
I've got some fields that will contain embedded XML. Two questions
relating to that:
1. It appears as though I'll need to XML-escape the field data, as
otherwise Solr complains about find a start tag (one of the embedded
tags) before it finds the end tag for a field.
Is this an exp