Re: Getting an AND query when using Solrj.

2008-11-07 Thread Jorge Solari
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

Re: Solr Searching on other fields which are not in query

2008-10-30 Thread Jorge Solari
; 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

Re: Solr Searching on other fields which are not in query

2008-10-30 Thread Jorge Solari
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