setting in schema.xml
On Fri, Nov 7, 2008 at 5:21 PM, Erik Holstad <[EMAIL PROTECTED]> wrote:
> Hi!
> When making a query using the web interface the we get the expected
> OR function. But when using the java client it look like it is treating the
> query as an AND query.
>
> Is there way to s
; wrote:
>
> Hmm,
>
> I dont have any defined in the schema.xml.
> Can you give the exact syntax how it looks like in schema.xml
>
> I have text.
> Does it mean if sufficient requested count not available, it looks for the
> search string in any of the text fie
Your query
AnimalName:German Shepard.
means
AnimalName:German :Shepard.
whichever the defaultField is
Try with
AnimalName:"German Shepard"
or
AnimalName:German AND AnimalName:Shepard.
On Thu, Oct 30, 2008 at 12:58 PM, Yerraguntla <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have a data set w