2007/6/7, Yonik Seeley <[EMAIL PROTECTED]>:
On 6/6/07, James liu <[EMAIL PROTECTED]> wrote:
> anyone agree?
No ;-)
At least not if you mean using map-reduce for queries.
When I started looking at distributed search, I immediately went and
read the map-reduce paper (easier
i write script to get run time to sure how to performance.
i find very intresting thing that i query 2 solr box to get data and solr
response show me qtime all zero.
but i find multi get data script use time is 0.046674966812134(it will
change)
solr box in my pc. and index data is very small.
is it ok?
2007/6/14, vanderkerkoff <[EMAIL PROTECTED]>:
Hi Yonik
Here's the output from netcat
POST /solr/update HTTP/1.1
Host: localhost:8983
Accept-Encoding: identity
Content-Length: 83
Content-Type: text/xml; charset=utf-8
that looks Ok to me, but I am a bit twp you see.
:-)
Yonik Seel
2007/6/14, Yonik Seeley <[EMAIL PROTECTED]>:
On 6/14/07, James liu <[EMAIL PROTECTED]> wrote:
> i write script to get run time to sure how to performance.
>
> i find very intresting thing that i query 2 solr box to get data and
solr
> response show me qtime all zero.
if u use jetty, u should see jetty's log.
if u use tomcat, u should see tomcat's log.
solr is only a program that run with container.
2007/6/15, Ryan McKinley <[EMAIL PROTECTED]>:
what version of solr/container are you running?
this sounds similar to what people running solr 1.1 with the je
maybe u will find it in *apache-solr-1.2.0\example\logs*
and I not use jetty.
2007/6/15, Jack L <[EMAIL PROTECTED]>:
Yeah, I'm running 1.1 with jetty.
But I didn't find *.log in the whole solr directory.
Is jetty putting the log files outside the directory?
> what version of solr/container a
for example.
i wanna show keyword: a and facet sid: 2
my url:
http://localhost:8080/solr1/select?q=a+sid:2&start=0&rows=10&fl=*&wt=json
but it show me count bigger than facetnum.
i read http://lucene.apache.org/java/docs/queryparsersyntax.html
and try server way , all not effect.
maybe some
thks.
2007/6/17, Yonik Seeley <[EMAIL PROTECTED]>:
On 6/16/07, James liu <[EMAIL PROTECTED]> wrote:
> i wanna show keyword: a and facet sid: 2
>
> my url:
>
http://localhost:8080/solr1/select?q=a+sid:2&start=0&rows=10&fl=*&wt=json
>
> but it show m
It seems strange when i refresh same url search.
time will change...sometime use *0.01021409034729 s, *sometime use *
0.0080091953277588 s.
*sometime use *0.024219989776611.
It change too big.
*
Only i use it and less search, so i think memory not all use.
why time changed very big, and i thi
ok, i find it only happen in win.
2007/6/19, James liu <[EMAIL PROTECTED]>:
It seems strange when i refresh same url search.
time will change...sometime use *0.01021409034729 s, *sometime use *
0.0080091953277588 s.
*sometime use *0.024219989776611 .
It change too big.
*
Only i use
If just one master or one slave server fail, i think u maybe can use master
index server.
shell controlled by program is easy for me. i use php and shell_exec.
2007/6/21, Otis Gospodnetic <[EMAIL PROTECTED]>:
Right, that SAN con 2 Masters sounds good. Lucky you with your lonely
Master! Wh
I see SOLR-215 from this mail.
Does it now really support multi index and search it will return merged
data?
for example:
i wanna search: aaa, and i have index1, index2, index3, index4it should
return the result from index1,index2,index3, index4 and merge result by
score, datetime, or other
solr:1.2
curl http://192.168.7.6:8080/solr0/update --data-binary
'nodeid:20'
i remember it is ok when i use solr 1.1
does it change?
it show me:
HTTP Status 400 - missing content stream
--
*type* Status report
*message* *missing content stream*
*description* *The
aha,,sorry,i miss it.
2007/6/21, Chris Hostetter <[EMAIL PROTECTED]>:
: curl http://192.168.7.6:8080/solr0/update --data-binary
: 'nodeid:20'
:
: i remember it is ok when i use solr 1.1
...
: HTTP Status 400 - missing content stream
please note the "Upgrading from Solr 1.1" section o
aha,,same question i found few days ago.
i m sorry to forget submit it.
2007/6/22, Yonik Seeley <[EMAIL PROTECTED]>:
On 6/21/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
> I just started running the scripts and
>
> The commit script seems to run fine, but it says there was an error. I
> looke
which files i should change from source?
and if i change ok.
how to compile? just ant dist?
--
regards
jl
ou might be interested in:
http://issues.apache.org/jira/browse/SOLR-196
-Nick
On 6/25/07, James liu <[EMAIL PROTECTED]> wrote:
> which files i should change from source?
>
> and if i change ok.
>
> how to compile? just ant dist?
>
> --
> regards
> jl
>
--
regards
jl
I means how to add it to my solr(1.2 production)
2007/6/25, James liu <[EMAIL PROTECTED]>:
aha,,it seems good, how can i fix it with my solr, i don't know how do
with it
2007/6/25, Nick Jenkin <[EMAIL PROTECTED]>:
>
> Hi James
> I think you would be better of ou
SolrIndexSearcher, and i no change it.
2007/6/25, James liu <[EMAIL PROTECTED]>:
I means how to add it to my solr(1.2 production)
2007/6/25, James liu <[EMAIL PROTECTED]>:
>
> aha,,it seems good, how can i fix it with my solr, i don't know how do
> with it
>
>
&
for example, i wanna sort by datetime, does it have to be store='true', and
i wanna define it
am i right?
if right, iwanna define score like that and how to define it or maybe it was
if my field all use index=true, stored=false, does it means low disk
io and more ram used?
how can i use it
10m docs and 4k/doc, 1m docs and 40k/doc
which will fast in same environment?
--
regards
jl
t; > Hi James
> > > I think you would be better of outputting an PHP array, and running
> > > eval() over it, the PHP serialize format is quite complicated.
> > >
> > > On that note, you might be interested in:
> > > http://issues.apache.org/
thks Yonik,and
[quote]how can i use index all with ram and how to config which ram i should
use?[/quote]
<[EMAIL PROTECTED]>:
I have some good news :o)
https://issues.apache.org/jira/browse/SOLR-275
Please let me know if you find any bugs
Thanks
-Nick
On 6/26/07, James liu <[EMAIL PROTECTED]> wrote:
> I think it simple to u.
>
> so i wait for ur good news.
>
> 200
first try it? which system u use?
if u use freebsd, just give up trying. it not fit for freebsd.
2007/6/27, Otis Gospodnetic <[EMAIL PROTECTED]>:
Hi,
Here is a puzzling one. I can't get Solr to invoke snaphooter
properly. Solr claims my snapshooter is not where I said it is:
SEVERE: java.
2007/6/27, Mike Klaas <[EMAIL PROTECTED]>:
On 25-Jun-07, at 10:53 PM, James liu wrote:
>
> [quote]how can i use index all with ram and how to config which ram
> i should
> use?[/quote]
Your os will automatically load the most frequently-used parts of the
index in ram.
If
very strange ,only me fail? anyone have same question?
if free, maybe u zip your solr to me by mail...and i try it again.
2007/6/26, Nick Jenkin <[EMAIL PROTECTED]>:
Interesting, what version of solr are you using, I tested on 1.2.
-Nick
On 6/26/07, James liu <[EMAIL PROTECTED]> wro
XML data should bigger thant JSON data, and transfer quicker than JSON..
it surprised me.
2007/6/27, Yonik Seeley <[EMAIL PROTECTED]>:
It would be helpful if you could try out the patch at
https://issues.apache.org/jira/browse/SOLR-276
-Yonik
On 6/26/07, Yonik Seeley <[EMAIL PROTECTED]> wro
how about its performance?
2007/6/26, Kijiji Xu, Ping <[EMAIL PROTECTED]>:
I had solved this problem,below is my POST code,I used HTTP_Request of
PEAR,it's so simple.thank you all very much .FYI;
private function doPost($url,$postData){
$req = &new HTTP_Request($url,array(
'm
i use tomcat ,, send ur solr version to me...i try it again..
2007/6/27, Nick Jenkin <[EMAIL PROTECTED]>:
If you are using the example provided in 1.2 (using jetty) you need to
use "ant example"
rather than "ant dist"
-Nick
On 6/27/07, James liu <[EMAIL PROTEC
ok,,thks nick,,,i just forget replace jar file..
wait a minute i will test speed...
2007/6/27, Nick Jenkin <[EMAIL PROTECTED]>:
http://nickjenkin.com/misc/apache-solr-1.2.0-php-serialize.tar.gz
Try that
-Nick
On 6/27/07, James liu <[EMAIL PROTECTED]> wrote:
> i use tomcat
It is slower than json and xml,,,and it will change my content into ???
when i use json , content is ok.
afternoon, iwill read ur code.
2007/6/27, James liu <[EMAIL PROTECTED]>:
ok,,thks nick,,,i just forget replace jar file..
wait a minute i will test speed...
2007/6/27, Nick
code not change,,,and i not use utf8_decodeshould do it?
2007/6/28, Nick Jenkin <[EMAIL PROTECTED]>:
Hi James
It is totally not optimized, when you say change your content into
???, I assume this is because of UTF8 issues, are you using
utf8_decode etc?
Thanks
-Nick
On 6/28/07, Jam
i means define it in schema.xml,,,
--
regards
jl
ized
output from solr) result so I can test?
Thanks
-Nick
On 6/28/07, James liu <[EMAIL PROTECTED]> wrote:
> code not change,,,and i not use utf8_decodeshould do it?
>
> 2007/6/28, Nick Jenkin <[EMAIL PROTECTED]>:
> >
> > Hi James
> > It is totally no
I use freebsd.
2007/6/16, Yonik Seeley <[EMAIL PROTECTED]>:
On 6/14/07, James liu <[EMAIL PROTECTED]> wrote:
> I just timing my script to get data from 2 solr boxes, not complete
script.
> It just query two box and return id,score .rows=10. response type use
json.
>
&g
u can find configuration datadir in solrconfig.xml(solr 1.2)
2007/7/10, nithyavembu <[EMAIL PROTECTED]>:
Hi,
I tried as you said and got the result without any error. So we can make
the solr home anywhere. But we have to give the path correctly in solr.xml
.
Am i correct?
Now i am one step f
Hi,
We are running a 7.4.0 solr cluster with 3 tlogs and a few pulls. There is
one collection divided into 8 shards, with each tlog has all 8 shards, and
each pull either has shard1 to 4 or shard5 to 8.
When using jmx to collect num_docs metrics via datadog, we found that the
metrics for some sha
.
Kind regards,
Daphne Liu
BI Architect • Big Data - Matrix SCM
CEVA Logistics / 10751 Deerwood Park Blvd, Suite 200, Jacksonville, FL 32256
USA / www.cevalogistics.com
T 904.9281448 / F 904.928.1525 / daphne@cevalogistics.com
Making business flow
-Original Message-
From: zhenyuan wei
I use this fa jar for Solr 6.6.5
https://github.com/adejanovski/cassandra-jdbc-wrapper
Kind regards,
Daphne Liu
BI Architect • Big Data - Matrix SCM
CEVA Logistics / 10751 Deerwood Park Blvd, Suite 200, Jacksonville, FL 32256
USA / www.cevalogistics.com
T 904.5641192/ F 904.928.1525 / daphne
Hi,
When I try to upgrade Guava that SOLR depends on, I notice the Guava
version listed in maven repository for SOLR is 14.0.1 (
https://mvnrepository.com/artifact/org.apache.solr/solr-core/8.0.0). I also
noticed that there is a Jira issue resolved in SOLR that upgraded Guava
dependency to 25.
performance is very good.
Grafana dashboard solution can be viewed @
https://grafana.com/dashboards/5204/edit
Kind regards,
Daphne Liu
BI Architect Big Data - Matrix SCM
CEVA Logistics / 10751 Deerwood Park Blvd, Suite 200, Jacksonville, FL 32256
USA / www.cevalogistics.com
T 904.9281448 / F
(ConcurrentMergeScheduler.java:626)
Kind regards,
Daphne Liu
BI Architect • Big Data - Matrix SCM
CEVA Logistics / 10751 Deerwood Park Blvd, Suite 200, Jacksonville, FL 32256
USA / www.cevalogistics.com
T 904.9281448 / F 904.928.1525 / daphne@cevalogistics.com
Making business flow
-Original
Hello,
I am very new to Solr, I want to write a simple Java program to get a core's
schema information. Like how many field and details of each field. I spent a
few time searching on internet, but cannot get much information about this. The
solrj wiki seems not updated for long time. I am using
://cwiki.apache.org/confluence/display/solr/Schema+API), which is fully
supported by SolrJ:
http://lucene.apache.org/solr/6_0_0/solr-solrj/org/apache/solr/client/solrj/request/schema/package-summary.html
.
Liu, Ming (Ming) schrieb am Di., 31. Mai 2016 09:41:
> Hello,
>
> I am very new to Solr, I want t
Hi,
I want to index emails using solr. I put the user name, password, hostname
in data-config.xml under mail folder. This is a valid email but when I run
in url http://localhost:8983/solr/mail/dataimport?command=full-import It
said cannot access mail/dataimporter reason: no found. But when i run
301 - 346 of 346 matches
Mail list logo