i use absolute path and it show:
test# sh bin/rsyncd-enable
[[: not found
function: not found
[[: not found
[[: not found
[[: not found
function: not found
2006/12/22 16:18:49
function: not found
timeStamp: not found
/usr/local/www/data/solr/example/solr/bin/scripts-util: cannot create : No
such
u use linux?
2006/12/23, Yonik Seeley <[EMAIL PROTECTED]>:
On 12/23/06, James liu <[EMAIL PROTECTED]> wrote:
> i use absolute path and it show:
>
> test# sh bin/rsyncd-enable
> [[: not found
> function: not found
The scripts were written for bash (the first line
I find "Exception during commit/optimize: java.io.EOFException: no more
data" when i index my data.
--
regards
jl
nyone with same question?
i use jetty.
2007/1/16, James liu <[EMAIL PROTECTED]>:
I find "Exception during commit/optimize: java.io.EOFException: no more
data" when i index my data.
--
regards
jl
--
regards
jl
thank u.
2007/1/16, Stephanie Belton <[EMAIL PROTECTED]>:
Hi,
You need to send rather than (closing the tag)
HTH
Steph
--
regards
jl
solr have its replication way and it use rsync transport.
i try it but not success maybe because i m poor in freebsd.(if u know how to
config and use, tell me and i will be very happy.:) )
when i use mysql replication, i think why not use it?
master: mysql (innodb or isam), slave: mysql(isam)
he now is ok.
--
regards
jl
today i use tomcat 6.0.10,,,but no time to search.
tomorrow i will test it.
which java version you use?
2007/3/8, Walter Underwood <[EMAIL PROTECTED]>:
Is anyone running Solr on Tomcat 6.0.10? Any issues?
I searched the archives and didn't see anything.
wunder
--
Walter Underwood
Search Gu
I use jetty and tomcat 6 under win2003.
They all work well.
2007/3/10, Bertrand Delacretaz <[EMAIL PROTECTED]>:
On 3/9/07, rubdabadub <[EMAIL PROTECTED]> wrote:
> ...The site is a local portal and the traffic is very high and I am not
> sure if Jetty is enough maybe it is
Just an addi
This problem not about solr, but i think maybe someone know how to resolve.
i have some.dll jni_some.dll, some_analyzer_func.jar whick used to anlyze. I
try it in cmd and it ok.
now i wanna use it with solr so i have to use java call these dll files.
I use tomcat 6, java 1.5_11, in winxp,,,jar
I can use it with jspjust use bean.
how can i use it with solr?
i think solr use jsp to index, search...
2007/3/13, Chris Hostetter <[EMAIL PROTECTED]>:
: i have some.dll jni_some.dll, some_analyzer_func.jar whick used to
anlyze. I
: try it in cmd and it ok.
:
: now i wanna use it with
t;[EMAIL PROTECTED]>:
does your "use bean" jsp example work if you dump it into the exploded
solr.war directory?
(solr does not rely on jsp - it is only used for the admin interface.)
On 3/12/07, James liu <[EMAIL PROTECTED]> wrote:
> I can use it with jspjust use bean.
But now i can't use it with solr.(i compiled solr with ant)
2007/3/13, James liu <[EMAIL PROTECTED]>:
I use jsp only for test.
you've gotten your analyzer/jar/jni/dll to work in a command line app, the
>
> next step before trying to use it in Solr is probably to t
I don't know how to test,,Maybe someone can tell me.
Thks Chris Advice.
--
regards
jl
Tomcat start error。
Does solr support java 1.6?
Test under winxp, tomcat 6.0, java 1.6
My test jsp code :
<%@ page import="org.apache.lucene.analysis.standard.StandardAnalyzer" %>
<%
StandardAnalyzer a = new StandardAnalyzer();
TokenStream t = a.tokenStream("f", new StringReader("test"));
%>
i fix it by myself.
my analyzer base on two dll and one jar file.
jar file maybe complied by old java version.
i use java1.6 to recompile it.
Thk everybody who noticed my question and thk Chris...You are good people.
I find index html will make tomcat obtain cpu 100% . It make seach become
slow.
So how to balance index and search.
web i use apache+php
solr i use tomcat 6+java1.6
Any suguesstion i m waiting.
--
regards
jl
Can people from cnet tell how to use solr in CNET.COM ?
2007/3/16, James liu <[EMAIL PROTECTED]>:
I find index html will make tomcat obtain cpu 100% . It make seach become
slow.
So how to balance index and search.
web i use apache+php
solr i use tomcat 6+java1.6
Any suguessti
2007/3/17, Chris Hostetter <[EMAIL PROTECTED]>:
if your indexing while searching is causing problems, one way to reduce
the impact is to index on a master instance and then use the replication
scripts to sync it up with a slave instance (where all of your searches
happen)
I think it have pro
2007/3/17, Chris Hostetter <[EMAIL PROTECTED]>:
: Can people from cnet tell how to use solr in CNET.COM ?
I really don't understand your question, here's some links to CNET.com
that use Solr...
http://www.cnet.com/4244-5_1-0.html?query=ipod
http://search.news.com/search?q=apple
http://reviews
2007/3/19, Chris Hostetter <[EMAIL PROTECTED]>:
: I think it have problem that we use win2003 and i remember replication
The scripts thta come with Solr don't work on windows becaues they rely on
hardlinks to efficinelty copy only things that have changed -- but the
principle of indexing on on
2007/3/19, Chris Hostetter <[EMAIL PROTECTED]>:
: I just wana know CNET.com's index and search architecture if it can be
: public.
: Many people who use solr or wanna use,,they all wanna know and learn.
I'm not sure what to tell you: Solr *is* our search arch.
Below information that i wann
Is it Parse error or tomcat not find "jeasy.analysis.MMAnalyzer"
tomcat lib have this class jar. and set classpath to it.
winxp + tomcat 6+ java 1.6, it work well.
now i use freebsd6+tomcat 6+java 1.5_07(i recompiled solr.war)
any one can help me to fix it?
tomcat log(localhost.2007-03-22.l
I just change analyzer from "jeasy.analysis.MMAnalyzer" to"*
org.apache.lucene.analysis.standard.StandardAnalyzer*"
it will work well.
but i write test.java to use "jeasy.analysis.MMAnalyzer" and test.java work
well.
2007/3/22, James liu <[EMAIL PROTECTED]
Yepi fix it.
The problem is Tomcat's question.
Thk u, Chris.
i find you always first answer my question .Thk u
First try,,,i don't know how to use
my scripts.conf:
user=Administrator
solr_hostname=localhost
solr_port=8983
rsyncd_port=18983
data_dir=
webapp_name=solr
master_host=192.168.7.56
master_data_dir=data
master_status_dir=data
my cmd:
bash bin/snappuller -M 192.168.7.56 -D bash bin/snappuller
I think it work. but failed.
[root@ /tmp/solr1]# bash bin/snappuller-enable
[root@ /tmp/solr1]# bash bin/snappuller-enable -u root
[root@ /tmp/solr1]# bash bin/snappuller -M 192.168.7.56 -D data -S data -u
root
Password:
Password:
Password:
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v
i should setup rsyncd.conf, if yes,how to setup and snappuller will be ok.
2007/3/22, James liu <[EMAIL PROTECTED]>:
I think it work. but failed.
[root@ /tmp/solr1]# bash bin/snappuller-enable
> [root@ /tmp/solr1]# bash bin/snappuller-enable -u root
> [root@ /tmp/solr
i use freebsd6, tomcat 6(without install)+jdk1.5_07+php5+mssql
i debug my program and data is ok before update to do index
and index process is ok. no error.
but i find index file not what i wanna. it have changed.
tomcat6's server.xml,,i added "URIEncoding="UTF-8"
data send to solr do i
Problem i fix it.
Thks,Yonik.
2007/3/30, Yonik Seeley <[EMAIL PROTECTED]>:
On 3/29/07, James liu <[EMAIL PROTECTED]> wrote:
> i use freebsd6, tomcat 6(without install)+jdk1.5_07+php5+mssql
>
> i debug my program and data is ok before update to do index
>
>
If u wanna use one index file to do it, i think u know how to do when u read
my this mail.
I think maybe you can divid it into serveral ?(i don't know how to define
it.) everyone have one master and serveral slaver if u use solr...one
request do serveral query.
it can reduce index file size and i
How to calc memory's size when i use solr.
i read
http://wiki.apache.org/solr/SolrPerformanceFactors#head-c4dfbdc1d256883e87f54cbb8160690d7997e4b3
but not know how to calc?
i find solr alway can work when i delete index,,i think it maybe cached in
memory.
is it just 'warm'?
and autowarmCount
index file increase.
if it cached in memory, how to limit it? use autowarmCount?
2007/3/30, Mike Klaas <[EMAIL PROTECTED]>:
On 3/29/07, James liu <[EMAIL PROTECTED]> wrote:
> i find solr alway can work when i delete index,,i think it maybe cached
in
> memory.
Tricky,
Thk u Chris.
i just wanna know how to manage master and slaver hardware, for example ram
and disc 's size.
2007/3/31, Chris Hostetter <[EMAIL PROTECTED]>:
: if we mv index.tmp$$ index,,,is it truly deleted?
it's not treuly deleted until no running processes have the file handles
open anym
i have a project, it have 100g data, now i have 3-4 server for solr.
so i wanna use multi solr to decrease index's time.
but how to search by using solr, if solr not support multi index.
--
regards
jl
i find it http://wiki.apache.org/solr/FederatedSearch
we can use it and how?
2007/4/4, James liu <[EMAIL PROTECTED]>:
i have a project, it have 100g data, now i have 3-4 server for solr.
so i wanna use multi solr to decrease index's time.
but how to search by using solr,
That means now i can' solve it with solr?
2007/4/4, Yonik Seeley <[EMAIL PROTECTED]>:
On 4/4/07, James liu <[EMAIL PROTECTED]> wrote:
> i find it http://wiki.apache.org/solr/FederatedSearch
That was design brainstorming. Nothing there has been implemented,
and it's
2007/4/5, Mike Klaas <[EMAIL PROTECTED]>:
On 4/4/07, James liu <[EMAIL PROTECTED]> wrote:
> That means now i can' solve it with solr?
Not out-of-the-box, no. But you can certainly query your slaves
independently can combine based on score.
I think it is part of full-
2007/4/5, Mike Klaas <[EMAIL PROTECTED]>:
On 4/4/07, James liu <[EMAIL PROTECTED]> wrote:
> 2007/4/5, Mike Klaas <[EMAIL PROTECTED]>:
> >
> > On 4/4/07, James liu <[EMAIL PROTECTED]> wrote:
> > > That means now i can' solve it with solr?
&
2007/4/5, Mike Klaas <[EMAIL PROTECTED]>:
On 4/4/07, James liu <[EMAIL PROTECTED]> wrote:
> > > I think it is part of full-text search.
>
> I think query slavers and combin result by score should be the part of
solr.
>
> I find it http://dev.lucene-ws.net/
I wanna know how to solve big index which seems u have big index.
2007/4/5, Otis Gospodnetic <[EMAIL PROTECTED]>:
Hi Ryan,
Can you elaborate on "running SOLR-20 with a hibernate-solr auto
link"? You mean you listen to Hibernate events and use them to keep the
index served by Solr in sync wit
Anyone have problem like this and how to solve it?
2007/4/5, James liu <[EMAIL PROTECTED]>:
2007/4/5, Mike Klaas <[EMAIL PROTECTED]>:
>
> On 4/4/07, James liu <[EMAIL PROTECTED]> wrote:
>
> > > > I think it is part of full-text search.
> >
&
Thks for ur answer.
2007/4/5, Ryan McKinley <[EMAIL PROTECTED]>:
On 4/4/07, James liu <[EMAIL PROTECTED]> wrote:
> I wanna know how to solve big index which seems u have big index.
>
As far as lucene is concerned, we have a relatively small index.
~300K docs (and growing
luck!
Otis
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Simpy -- http://www.simpy.com/ - Tag - Search - Share
- Original Message
From: James liu <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Thursday, April 5, 2007 1:18:30 AM
Subject: Re: Does solr support Multi in
xperience.
Otis
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Simpy -- http://www.simpy.com/ - Tag - Search - Share
- Original Message ----
From: James liu <[EMAIL PROTECTED] >
To: solr-user@lucene.apache.org
Sent: Thursday, April 5, 2007 1:57:07 AM
Subject: Re: Does so
aha, today i write handleJsonResponse,,,i think the same question, why not
post json data.
2007/4/6, Ryan McKinley <[EMAIL PROTECTED]>:
Everything is in place to make it an easy task. A CSV update handler
was recently committed, a JSON loader should be a relatively
straightforward task. But,
A
2007/4/9, Laxmilal Menaria <[EMAIL PROTECTED]>:
A
-LM
On 4/6/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
>
> Quick poll... Solr 2.1 release planning is underway, and a new logo
> may be a part of that.
> What "form" of logo do you prefer, A or B? There may be further
> tweaks to these pic
i find it will be OutOfMemory when i get more that 10k records.
so now i index 10k records( 5k / record)
if i use for to index more data. it always show OutOfMemory.
i use top to moniter and find index finish, free memory is 125m,,and
sometime it will be 218m
it show me solr index finish and
It work well when i use tomcat with solr
now i wanna test resin,,,i use resin-3.1.0
now it show me
[03:47:34.047] WebApp[http://localhost:8080] starting
[03:47:34.691] WebApp[http://localhost:8080/resin-doc] starting
[03:47:34.927] WebApp[http://localhost:8080/solr1] starting
[03:47:35.051] Sol
i uncoment
Similarity in Schema.xmland start tomcat
i use admin gui to test and find it not effect.
maybe something is wrong, anyone know?
--
regards
jl
i read it from http://wiki.apache.org/solr/IndexInfoRequestHandler
--
regards
jl
I know it should be configed in solrconfig.xml.
and i think it may be with newest version.
But i find no, so i just think is it problem when i download.
2007/4/20, Erik Hatcher <[EMAIL PROTECTED]>:
On Apr 19, 2007, at 9:42 PM, James liu wrote:
> i read it from http://wiki.apache
I think it only concern with QueryWord, not about Facet。
2007/4/20, Ge, Yao (Y.) <[EMAIL PROTECTED]>:
Never mind. I should have read the example
(http://wiki.apache.org/solr/SimpleFacetParameters#head-1da3ab3995bc4abc
dce8e0f04be7355ba19e9b2c) first.
From: Ge
i use customer Analyzer. Now i config synonyms filter.
but it not effect.
my schema.xml write:
i think query procedure: first do myCustomerAnlyzer, two use synonyms to do
analyzed word.
if analyzed word is find in synonyms.txt and i
no one know?
2007/4/19, James liu <[EMAIL PROTECTED]>:
i uncoment
Similarity in Schema.xmland start tomcat
i use admin gui to test and find it not effect.
maybe something is wrong, anyone know?
--
regards
jl
--
regards
jl
i use solr multi instance, now i m testing solr and i find config file exist
in divided directory.
so i have to change path to modify config file.
why not use user defined config file?
i m lazy man, so i choose solr.
--
regards
jl
Just path. for example.
i have a slaver and have 10 instances which name like solr1, solr2,solr3...
if solr support user define config file 's path..
i will use /usr/solrapp/conf/solr1_solrconfig.xml, solr2_solrconfig.xml,
solr3_solrconfig.xml...and so.
when i test these instance, i just stay
3.0.23 yesterday i try and fail.
which version u use,,,i just not use pro version.
2007/4/26, Bill Au <[EMAIL PROTECTED]>:
Have you tried resin 3.0.x? 3.1 is a development branch so it is less
stable as 3.0.
Bill
On 4/19/07, James liu <[EMAIL PROTECTED]> wrote:
>
> It wo
if use customer Analyzer,
u can use solr admin gui, and click analyzer which can help you use customer
analyzer(i use it to be sure my customer analyzer is ok).
if u wanna know query syntax ,,,it same with lucene,,so u can read
http://lucene.apache.org/java/docs/queryparsersyntax.html
2007
now i use admin gui to moniter cache config
i don't know the difference betwin cumulative_ and no *cumulative_* ,,,like
cumulative_inserts and inserts
and i find evictions always show zeroi m curious when it will change and
its meaning
--
regards
jl
set
a small size for queryResultCache and try to issue many unique queries.
For example, set the size to 1, then issue 2 unique queries, then
you can see evictions: 1.
regards,
Koji
James liu wrote:
> now i use admin gui to moniter cache config
>
> i don't know the difference
ill Au <[EMAIL PROTECTED]>:
>>
>>Have you tried resin 3.0.x? 3.1 is a development branch so it is less
>>stable as 3.0.
>>
>>Bill
>>
>>On 4/19/07, James liu <[EMAIL PROTECTED]> wrote:
>>>
>>> It work well when i use tomcat wit
hows that you have enough room in your cache in comparison to your
load.
By way of example, when we did load test for "size==1 cache", we could
see:
- queryResultCache-
lookups: 78626
hits: 72
hitratio: 0.00
inserts: 78554
evictioins: 1042748
size: 1
Hope this helps,
Koji
James liu w
first thk u reply.
maybe u tell me the procedure i will test it by myself.
my test size=sum(rows)one query=10,two query(new keyword)=20
2007/4/27, James liu <[EMAIL PROTECTED]>:
These data is true ? hitration is 0??
size=1?
how do u test it?
i think these data is impo
1. set queryResultCache size to 1
2. restart Solr
3. issue two *unique* queries
4. see admin page
At step 4, you should see hitratio: 0.00 and evictions: 1.
Thanks,
Koji
James liu wrote:
> These data is true ? hitration is 0??
>
> size=1?
>
> how do u test it?
>
> i thi
php not support multi thread,,,and how can u solve with multi index in
parallel?
now i use curl_multi
maybe more effect way i don't know,,,so if u know, tell me. thks.
--
regards
jl
tion system, you have to set
the proper size rather than 1.
regards,
Koji
James liu wrote:
> u close queryResultCache if u set its size=1
>
> hitratio will be zero if u do that.
>
>
> i think these data when u test, is it right?
>
>
>
> 2007/4/27, Koji Sekiguchi <[
HMmm
mkdir+ln-s => solve my problem
thks hoss.
2007/4/28, Chris Hostetter <[EMAIL PROTECTED]>:
: i will use /usr/solrapp/conf/solr1_solrconfig.xml, solr2_solrconfig.xml,
: solr3_solrconfig.xml...and so.
:
: when i test these instance, i just stay in /usr/solrapp.conf/,,,not like
: now,
:
i used to think cache data with memcached.
why i think that?
for example, i have 45 solr instance, and i have to merge their results into
on array and sort by score or datetime, if i use rows=10, it means i will
get max 45*10 results,,but it only show 10result per page.
how to do with 440 resul
I think performance u should notice.
when one instance do index,commit,optimize,,,it will cose much CPU,RAM.
i think it will disturb your search(when they use other solr instance)
unless u know the time they will search or search's frequency is low.
2007/4/28, Ryan McKinley <[EMAIL PROTECTED]>:
yes, i tried and failed.
afternoon i will redownload solr and test .
2007/4/28, Bill Au <[EMAIL PROTECTED]>:
Have you tried using the schema.xml that is in example/solr/conf. It that
works then the problem is definitely in your schema.xml.
Bill
On 4/26/07, James liu <[EMAIL
in to one class to
manage
pipes communication between multiple child processes effectively.
On 4/26/07, James liu <[EMAIL PROTECTED]> wrote:
>
> php not support multi thread,,,and how can u solve with multi index in
> parallel?
>
> now i use curl_multi
>
> maybe more effect way i do
now i test the newest solr (nothing modified)
i failed to start solr with resin 3.0
2007/4/28, James liu <[EMAIL PROTECTED]>:
yes, i tried and failed.
afternoon i will redownload solr and test .
2007/4/28, Bill Au <[EMAIL PROTECTED]>:
>
> Have you tried using the sch
for example,
i wanna crawl http://www.amazone.com/ and just wanna product title ,
product information, writer, publisher.
and other data i wanna ignore.
Maybe someone can recommend it, and it will be appreciate
--
regards
jl
now i test solr, so only i use search.
when i left search sometime, and i search something, it will be slow.
when i use it frequency, it search quick...
This thing only happened not use search sometime?
Anyone have same thing?
--
regards
jl
i think i find it because i set hashDocSet maxsize=0
i not use faceting and why i can't close HashDocSet?
2007/4/29, Yonik Seeley <[EMAIL PROTECTED]>:
On 4/28/07, James liu <[EMAIL PROTECTED]> wrote:
> now i test solr, so only i use search.
>
> when i left sea
just newest solr's web.xml. i not modifie it.
-- Ken
>2007/4/28, James liu <[EMAIL PROTECTED]>:
>>
>>yes, i tried and failed.
>>
>>afternoon i will redownload solr and test .
>>
>>2007/4/28, Bill Au <[EMAIL PROTECTED]>:
>>>
>
u means their data just use RSS feeds, not crawl?
2007/4/30, Fuad Efendi <[EMAIL PROTECTED]>:
H.
Even PriceGrabber, CNET, and Frgle can't do it!!! They simply
publish RSS feeds.
http://www.tokenizer.org
-Original Message-
From: James liu
Sent: Saturday, Apr
2007/4/30, Graeme Merrall <[EMAIL PROTECTED]>:
> i wanna crawl http://www.amazone.com/ and just wanna product title ,
> product information, writer, publisher.
>
> and other data i wanna ignore.
How about
http://blog.foofactory.fi/2007/02/online-indexing-integrating-nutch-with.html
i read
Expect it to support other language like chinese.
maybe solr facet can config like this when it support other language.
title:"诺基亚"
or
title:'诺基亚'
or
title:诺基亚
--
regards
jl
for example, my facet queries have 100.
i wanna show top 10 facet queries. not show all unless user wanna know.
I not find it when i read solr's wiki, maybe solr now not support it.
maybe it is not needed.
just discuss
--
regards
jl
aha,,, i find it used by cnet.com
url: http://shopper.cnet.com/4566-6501_9-0.html?tag=stbc.gp
and http://shopper.cnet.com/4566-6501_9-0.html?sa=136&tag=stbc.gp
how does it do?
2007/5/8, James liu <[EMAIL PROTECTED]>:
for example, my facet queries have 100.
i wanna show to
if use 100 facets,,,it will cost more than use 10 facet.
so i think it maybe use two facet style. or facet's rule.
if it like what you said,,i think i know hot to do.
thks,Mike
2007/5/8, Mike Klaas <[EMAIL PROTECTED]>:
On 5/7/07, James liu <[EMAIL PROTECTED]> wrote:
> f
aha,,i Just wanna show the count.
thks, Hoss
2007/5/8, Chris Hostetter <[EMAIL PROTECTED]>:
: if use 100 facets,,,it will cost more than use 10 facet.
you can't show the top 10 unless you calculate the count for all of them.
if you are using facet.field, Solr is already computing the co
.
my solrconfig.xml like this
> forumname
> forumname:娱乐
>
>
2007/5/8, James liu <[EMAIL PROTECTED]>:
aha,,i Just wanna show the count.
thks, Hoss
2007/5/8, Chris Hostetter <[EMAIL PROTECTED]>:
>
>
> : if use 100 facets,,,it will cost more than use 1
i use freebsd(csh),,and use cmd like
/tmp/*tomcat*/bin/startup.sh
if u use
./apache-tomcat-5.5.20/bin/startup.sh
u maybe
chmod +x ./*tomcat*/bin/startup.sh
or
sh ./*tomcat*/bin/startup.sh
i have 15 instances in one box(use tomcat)
2007/5/9, Teruhiko Kurosaka <[EMAIL PROTE
i use command like this
curl http://localhost:8983/solr/update --data-binary
'name:DDR'
curl http://localhost:8983/solr/update --data-binary ''
and i get
numDocs : 0
maxDoc : 1218819
when i search something which exists in before delete and find nothing.
but index file size not changed
our index by the looks, thus your
delete query must of deleted everything. That would be why you are
getting no results.
-Nick
On 5/10/07, James liu <[EMAIL PROTECTED]> wrote:
> i use command like this
>
> > curl http://localhost:8983/solr/update --data-binary
'name:DDR'
solr1and i use solr1 admin to search,,,return error..
tomorrow i show query return error information.
2007/5/10, Yonik Seeley <[EMAIL PROTECTED]>:
On 5/10/07, James liu <[EMAIL PROTECTED]> wrote:
> i try, it show me error information:
Solr could support a Lucene 1.4.3 index
This information when i use solr admin to query '中国'
0
313
on
0
中国
10
2.2
java.io.IOException: read
past EOF
at
org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:89)
at
org.apache.lucene.store.BufferedIndexInput.readByte(BufferedInd
I don't know simeple example.
i use rename dist/apache*.war as solr.war
and only use example/solr directory
and define it with
http://wiki.apache.org/solr/SolrTomcat
Multiple Solr Webapps
2007/5/11, Teruhiko Kurosaka <[EMAIL PROTECTED]>:
BTW,
The Simple Example Install section in
http://w
get it. thks yonik.
2007/5/10, Yonik Seeley <[EMAIL PROTECTED]>:
On 5/10/07, Ajanta Phatak <[EMAIL PROTECTED]> wrote:
> I believe in lucene at least deleting documents only marks them for
> deletion. The actual delete happens only after closing the IndexReader.
> Not sure about Solr
Closing an
u should know id is unique number.
2007/5/11, David Xiao <[EMAIL PROTECTED]>:
Hello all,
I have tested by use post.sh in example directory to add xml documents
into solr. It works when I add one by one.
But when I have a lot of .xml file to be posted (say about 500-1000 files)
and I wrote a
MS SQL database have one date format
solr have one date format
web page show have one date format
why not user config date format, solr read date format rule,
maybe like this, http://cn2.php.net/manual/en/function.date.php
now solr 1.1 date format is /MM/DD H:I:S?
--
regards
jl
if use multi index box, how to pagination with sort by score correctly?
for example, i wanna query "search" with 60 index box and sort by score.
i don't know the num found from every index box which have different
content.
if promise 10 page with sort score correctly, i think solr 's start is 0
2007/5/15, Mike Klaas <[EMAIL PROTECTED]>:
On 14-May-07, at 1:35 AM, James liu wrote:
> if use multi index box, how to pagination with sort by score
> correctly?
>
> for example, i wanna query "search" with 60 index box and sort by
> score.
>
> i don'
if i set rows=(page-1)*10,,,it will lose more result which fits query.
how to set start when pagination.
2007/5/15, James liu <[EMAIL PROTECTED]>:
2007/5/15, Mike Klaas <[EMAIL PROTECTED]>:
>
> On 14-May-07, at 1:35 AM, James liu wrote:
>
> > if use multi index
5/15, Mike Klaas <[EMAIL PROTECTED]>:
On 14-May-07, at 6:49 PM, James liu wrote:
> 2007/5/15, Mike Klaas <[EMAIL PROTECTED]>:
>>
>> On 14-May-07, at 1:35 AM, James liu wrote:
>>
>> When you get up to 60 partitions, you should make it a multi stage
>> pro
for example, i wanna query "lucene", it's numFound is 234300.
and results should sorted by score.
if u do, how to pagination and sort it's score?
2007/5/15, Mike Klaas <[EMAIL PROTECTED]>:
On 14-May-07, at 7:15 PM, James liu wrote:
> if i set rows=(page-1)*
2007/5/15, Mike Klaas <[EMAIL PROTECTED]>:
On 14-May-07, at 8:55 PM, James liu wrote:
> thks for your detail answer.
>
> but u ignore "sorted by score"
>
> p1, p2,p1,p1,p3,p4,p1,p1
>
> maybe their max score is lower than from p19,p20.
>
I'm not ig
101 - 200 of 257 matches
Mail list logo