Re: SOLR / Tomcat JNDI Settings

2007-11-28 Thread vis
Thanks a lot Hossman; this solved it for me. Essential for me was to understand that I had to create a solr.xml file in \conf\Catalina\localhost see hereunder in the quote an example. The docbase should point to the .war file somewhere on my system. The value-attribute for the should point to a

query against two fields

2016-03-11 Thread Vis Sw
Hi, I need to query against two fields (e.g. search term present in either fields project or collaborator) but return all fields which we want to display using Angular UI. Should I combine project and collaborator to some field then query or there is any better way around Thanks for your suggest

Re: query against two fields

2016-03-12 Thread Vis Sw
want to display > Just put them in the "fl" box. > > Best, > Erick > > On Fri, Mar 11, 2016 at 10:46 AM, Vis Sw wrote: > > Hi, > > > > I need to query against two fields (e.g. search term present in either > > fields project or collaborator) but

Re: query against two fields

2016-03-14 Thread Vis Sw
splay/solr/Other+Parsers#OtherParsers-ComplexPhraseQueryParser > > so you search for "John de*" or "john d*" etc. > > > Best, > Erick > > On Sat, Mar 12, 2016 at 6:40 AM, Vis Sw wrote: > > Thanks a lot Erick... > > > > a) Yes it does return result...

indexing Free-form text description

2016-03-19 Thread Vis Sw
Hi, I am trying to understand the best way to index and search "free text field" e.g. notes or description... Please suggest what will be the best field type, tokenizer, filter... to query Free-form text description of a field. Any example will be great... Regards

Re: indexing Free-form text description

2016-03-19 Thread Vis Sw
s, > Alex. > ---- > Newsletter and resources for Solr beginners and intermediates: > http://www.solr-start.com/ > > > On 18 March 2016 at 04:08, Vis Sw wrote: > > Hi, > > > > I am trying to understand the best way to index and search "free text > >