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
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
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
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
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
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
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
>
>
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
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 -
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
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
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
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
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
14 matches
Mail list logo