Problem using stop words

2011-08-22 Thread Lucas Miguez
Hi, I am trying to use spanish stop words, but the stop words are not working: Part of the schema.xml file: __

Re: Preserve XML hierarchy

2011-07-26 Thread Lucas Miguez
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 >

Fwd: Preserve XML hierarchy

2011-07-14 Thread Lucas Miguez
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? >> >>

Re: Preserve XML hierarchy

2011-07-14 Thread Lucas Miguez
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

Preserve XML hierarchy

2011-07-13 Thread Lucas Miguez
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

Multivalued field: get only the str that matches with the query

2011-07-13 Thread Lucas Miguez
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