industry word extract

2013-02-17 Thread cmd.ares
i use dih to create index on oracle table data table:tab_post_content ---id-content(varchar2 4000)--: for example 0001 i have an ipad and Seagate hd industry word table: tab_iword --code-word-: for example 01/00/00 computer 01/01/00 cpu 01/01/01 intel 01/01/02 amd 01/02/0

Re: Query time boosts vs static boost function defined in solrconfig.xml

2013-02-17 Thread Suchi Amalapurapu
I have a boost function defined in solrconfig.xml which is used to rank results and need additional reranking based on some weights passed in the url. The function using weights passed in the url is parsed into local params and overrides the function defined in the solrconfig.xml Ideally I want to

Re: Start solr from different folder / .Net code

2013-02-17 Thread d_k
Might as well do: cd /d H:\downloads\apache-solr-3.6.0\example or add solr and java to the PATH environment variable On Sat, Feb 16, 2013 at 11:28 AM, 林辉林灯 wrote: > cd H:\downloads\apache-solr-3.6.0\example > H: > java -jar start.jar > > > > save up codes as a bat file,then,start the bat > will

Re: Timestamp field is changed on update

2013-02-17 Thread Isaac Hebsh
Thank you Alex. Atomic Update allows you to "add" new values into multivalued field, for example... It means that the original document is being read (using RealTimeGet, which depends on updateLog). There is no reason that the list of operations (add/set/inc) will not include a "create-only" operat

Re: Conditional Field Search without affecting score.

2013-02-17 Thread Erick Erickson
Have you seen the new function queries in 4.x? In particular 'if' and 'exists' See: http://wiki.apache.org/solr/FunctionQuery#if Best Erick On Fri, Feb 15, 2013 at 12:10 PM, adityab wrote: > Hi, > Trying to find a better approach for searching keywords. > We have indexed about 100K documen

Re: solr 4.1 cloud and dataimport

2013-02-17 Thread Erick Erickson
You just address your specific node and append "&distrib=false" to the URL (or set the param in SolrJ). Then the request goes to the node you've addressed and doesn't get distributed to the other shards. Best Erick On Fri, Feb 15, 2013 at 10:15 AM, o.mares wrote: > Mark Miller-3 wrote > > On Fe

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Fergus McDowall
Jack That sounds entirely reasonable- yes, it probably would make sense. Fergus On Sun, Feb 17, 2013 at 4:50 PM, Jack Park wrote: > Hi Fergus, > > Would it make sense to you to switch to the Apache 2 license so that > your project can "play nice" in the apache ecosystem? > > Thanks > Jack > >

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Jack Park
Hi Fergus, Would it make sense to you to switch to the Apache 2 license so that your project can "play nice" in the apache ecosystem? Thanks Jack On Sun, Feb 17, 2013 at 6:25 AM, Fergus McDowall wrote: > Erik > > Thanks for the great feedback. It fills me with joy to know that another > human b

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Alexandre Rafalovitch
Maybe a big red GET IT NOW button? Sorry, must be blind today. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous -

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Fergus McDowall
Alex Yes thanks for pointing that thing about the download button out. I have now added a "Get Solrstrap" section to hopefully make this more explicit. What do you think? Fergie On Sun, Feb 17, 2013 at 2:47 PM, Alexandre Rafalovitch wrote: > Great start. I have one private project based on boo

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Fergus McDowall
Erik Thanks for the great feedback. It fills me with joy to know that another human being has chosen to use Solrstrap 1) I have added a couple more CONST variables to the code to allow the implementer to specify the names of the hit body and hit title (re: exampledocs/*.xml) 2) In order to pass

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Alexandre Rafalovitch
Great start. I have one private project based on bootstrap/Angular.js and it is also going directly to Solr instance for now. But that would have to change for production obviously. Just as a side note, I missed the download button. Duh! But I suspect it was because the buttons looked like just a

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Erik Hatcher
Fergie - Nice! I was able to get this working on a Solr 4.1 "example" instance following these steps: * Adjusting SERVERROOT in bootstrap/js/solrstrap.js to http://localhost:8983/solr/collection1/select/ * Changed line #38 in the same file to this: rs.append(hitTemplate({ti

Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Fergus McDowall
Solrstrap is a very basic Query-Result interface for Solr. Solrstrap is intended to be a starting point for those building web interfaces that talk to Solr, or a very lightweight admin tool for querying Solr in a Googleish fashion. Cool things about Solrstrap: * Requires only local installa