Hi,
I am trying to use spanish stop words, but the stop words are not working:
Part of the schema.xml file:
__
gards
2011/7/15 Gora Mohanty
> On Thu, Jul 14, 2011 at 8:43 PM, Lucas Miguez wrote:
>> Thanks for your help!
>>
>> DIH XPathEntityProcessor helps me to index the XML Files, but, does it
>> help to me to know from where the node comes? Following the example in
>
just what you need?
>
> -Mike
>
> On 7/14/2011 3:31 AM, Lucas Miguez wrote:
>>
>> Hi,
>>
>> yes, I was asking about it, is it possible to index an XML file?
>>
>> Is it possible to know which node of the XML the search result comes from?
>>
>>
nty :
> On Wed, Jul 13, 2011 at 10:30 PM, Lucas Miguez wrote:
>> Hi,
>>
>> is it possible to do that in Apache Solr? If i make a search, how I
>> know from where it comes the result?
> [...]
>
> Your question is not very clear, and I happen unfortunately to be
Hi,
is it possible to do that in Apache Solr? If i make a search, how I
know from where it comes the result?
Thanks!
I have an XML like this:
some Text
another text
text
more text
text
some Text
text
some Text
another text
text
more text
text
text
text
Hi all,
I have a multivalued field. I need to make a search in the multivalued
field and get only the values that match with the query.
Example:
aaa bbb ccc
aaa
ccc
So, if I make a search like "text:aaa" the 3 values are returned, when
only results one and two are the correct.
I am using the