Solr Version: 5.2.1
Container: Tomcat (still).
in SolrConfig.xml:
However, I see the class is not plugged in.
in log file:
org.apache.solr.core.SolrCore; Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
Any reason why?
Thanks,
Jae
Thanks for your tip. Let me test in 5.3.
On Wed, Sep 9, 2015 at 4:23 PM, Markus Jelsma
wrote:
> Hello - there are several issues with StatsCache < 5.3. If it is loaded,
> it won't work reliably. We are using it properly on 5.3. Statistics may be
> a bit off if you are using BM25 though. You s
Solr Version " 5.3
I just built the SoleCloud with 5 shards and 3 replicationfactor in 15
nodes. It means that I have shards and replicas running in it's own servers.
When I see the Cloud page, I see that the status of replica is
"recovery-failed".
For testing, I downed the leader, but a replica
Found the root cause. I disabled the transaction log.
Thanks,
On Mon, Oct 19, 2015 at 1:07 PM, Jae Joo wrote:
> Solr Version " 5.3
>
> I just built the SoleCloud with 5 shards and 3 replicationfactor in 15
> nodes. It means that I have shards and replicas running in it's
I am having some issue regarding "start" and "End" position of token.
Here is the CharFilterFactory.
Then the input data is
1
In the Analysis page,
textraw_bytesstartendpositionLengthtypeposition
1[31]21311word1
Should the "end" position "22"? It breaks the Highlighting...
HTMLStripCharFilte
I have a synonyms.txt file which has
20th,twentieth
Once I apply the synonym, I see "20th", "twentieth" and "20" for "20th".
Does anyone know where "20" comes from? How can I have only "20th" and
"twentieth"?
Thanks,
Jae
If I use a combined query - range query and others (term query), all terms
in field matched is highlighted. Any way to highlight only the term(s) in
term query?
Here is example.
+date:{20031231 TO *] +(title:red)
It highlight all terms except stopword.
using fq would not be an option because th
In the synonym file,
antigravity, anti gravity
In the analysis, I see the position of anti is 1 and gravity is 2.
Is there any way to keep postions of "anti" and "gravity" to 1?
And any ways to configure or define to have synonym "anti gravity" rather
than "anti" and "gravity" for "antigravity"
Any way to apply different edismax parameter to field by field?
For ex.
q=keywords:(lung cancer) AND title:chemotherapy
I would like to apply different qf for fields, keywords and title.
f.keywords.qf=keywords^40 subkeywords^20
f.title.qf=title^80 subtitle^20
I know it can be done by field aliasi
ver, for the term (without tags) p-xylene,
p-xylene --> 1
p --> 1
xylene --> 2
pxylene --> 3
Only difference I can see is the start and end position because of xml tag.
Does any one know why?
Thanks,
Jae Joo
Hi,
I am implementing spatial search and found some odd things. As I know that
the returning distance is still being implemented, so I have implement
algorithm to calculate the actual distance based on lat and long returned.
when I do it, I have found the sort is not working properly. Any thing I
Is there still issue regarding distributed idf in sharding environment in
Solr 1.4 or 4.0?
If yes, any suggestions to resolve it?
Thanks,
Jae
ring from
> > distributed IDF issues.
> >
> > Upayavira
> >
> > On Wed, 02 Mar 2011 10:10 -0500, "Jae Joo" wrote:
> > > Is there still issue regarding distributed idf in sharding environment
> in
> > > Solr 1.4 or 4.0?
> > >
Hi,
Is NRT in Solr 4.0 from trunk? I have checkouted from Trunk, but could not
find the configuration for NRT.
Regards
Jae
Hi,
I am looking for the way to retrieve a ranking (or position) of the
document matched in the result set.
I can get the data, then parse it to find the position of the document
matched, but am looking for the way if there is a feature.
Thanks,
Jae
Hi,
I would like to make the synonym for internal medicine to physician or
doctor. but it is not working properly. Anyone help me?
synonym.index.txt
internal medicine => physician
synonyms.query.txt
physician, internal medicine => physician, doctor
In the Analysis tool, I can see clearly that
Hi,
Here is the string to be indexed without duplication.
Kitchen Cabinet Utah Kitchen Remodeling Utah
Is RemoveDuplicatesTokenFilterFactory for this solution? or for something
else?
Jae
If there any way to mix dismax and standard query type?
Here is the example..
(wendys columbus) AND state:Georgia
wendys columbus --> qt=dismax
Thanks,
Jae Joo
Here is what I am doing to check the memory statues.
1. Run the Servelt and Solr application.
2. On command prompt, jstat -gc 5s (5s means that getting data every 5
seconds.)
3. Watch it or pipe to the file.
4. Analyze the data gathered.
Jae
On Tue, Oct 21, 2008 at 9:48 PM, Willie Wong <[EMAIL P
I am having some trouble to utilize the facet Query. As I know that the
facet Query has better performance that simple query (q).
Here is the example.
http://localhost:8080/test_solr/select?q=*:*&facet=true&fq=state:CA&facet.mincount=1&facet.field=city&facet.field=sector&facet.limit=-1&sort=score+
>
> I am having some trouble to utilize the facet Query. As I know that the
> facet Query has better performance that simple query (q).
> Here is the example.
>
>
> http://localhost:8080/test_solr/select?q=*:*&facet=true&fq=state:CA&facet.mincount=1&facet.field=city&facet.field=sector&facet.limit=-
Hey,
I am trying to connect the Oracle database and index the values into solr,
but I ma getting the
"Document [null] missing required field: id".
Here is the debug output.
1
2
0
2008-12-02 13:49:35
−
Indexing completed. Added/Updated: 0 documents. Deleted 0 documents.
schema.xml
id
I actually found the problem. Oracle returns the field name as "Capital".
On Tue, Dec 2, 2008 at 1:57 PM, Jae Joo <[EMAIL PROTECTED]> wrote:
> Hey,
>
> I am trying to connect the Oracle database and index the values into solr,
> but I ma getting the
> "Docume
In the dataimport.properties file, there is the timespamp.
#Thu Dec 04 15:36:22 EST 2008
last_index_time=2008-12-04 15\:36\:20
I am using the Oracle (10g) and would like to know which format of timestamp
I have to use in Oracle.
Thanks,
Jae
I do have same experience.
What is the CPU in the Solaris box? it is not depending on the operating
system (linux or Solaris). It is depenong on the CPU (Intel ro SPARC).
Don't know why, but based on my performance test, SPARC machine requires
MORE memory for java application.
Jae
On Thu, Dec 4,
;spellcheck=true&spellcheck.collate=true
Can any one help me?
Thanks,
Jae Joo
Hi,
We do have 16 millions of company name and would like to find the way for
"prefetching" by using Solr.
Does anyone have experience and/or suggestions?
Thanks,
Jae Joo
Hi,
I would like to know how it can be implemented.
Index1 has fields id,1,2,3 and index2 has fields id,5,6,7.
The ID in both indexes are unique id.
Can I use "a kind of " distributed search and/or multicore to search, sort,
and facet through 2 indexes (index1 and index2)?
Thanks,
Jae joo
Hi,
Is there any way to join multiple indexes in Solr?
Thanks,
Jae
I have found that the stamming in solr 1.2 and 1.3 is different for
"communication". We have index built in Solr 1.2 and the index is being
queried by 1.3. Is there any way to adjust it?
Jae joo
All,
I have two indices - one has 23 M document and the other has less than 1000.
The small index is for real time update.
Does updating small index (with commit) hurt the overall performance?
(We can not update realtime for 23M big index because of heavy traffic and
size).
Thanks,
Jae Joo
I am new in Solr and try to use Jitty and example with 13 million records.
During running it, I have the error -
*HTTP ERROR: 500*
Java heap space
java.lang.OutOfMemoryError: Java heap space
Any recommendation? We have a million transactions, so would it be better to
use Tomcat?
Thanks,
Jae
does anyone know what exactly is?
10
1
2147483647
1
1000
1
If we change the value, do I have to reindex it?
Thanks,
Jae
Hi,
I have updated the example and have an error if I empty one of the facet
field.
Any know what I missed and/or wrong,
Here is exception list
org.apache.solr.core.SolrException: undefined field
at org.apache.solr.schema.IndexSchema.getField(IndexSchema.java:829)
at org.apache.solr.re
Will anyone helps me how to sort the "text string" which length is less than
50.
Thanks,
Jae Joo
Does anyone know how to optimize the index and what the difference between
compound format and stand format?
Thanks,
Jae Joo
So, is compound index faster at query time?
Jae
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik
Seeley
Sent: Wednesday, August 08, 2007 4:32 PM
To: solr-user@lucene.apache.org
Subject: Re: Optimize index
On 8/8/07, Jae Joo <[EMAIL PROTECTED]>
How about standformat optimizion?
Jae
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik
Seeley
Sent: Wednesday, August 08, 2007 5:07 PM
To: solr-user@lucene.apache.org
Subject: Re: Optimize index
On 8/8/07, Jae Joo <[EMAIL PROTECTED]> wrote:
&g
<[EMAIL PROTECTED]>
> Sent: Wed, August 8, 2007 5:16 pm
> To: solr-user@lucene.apache.org
> Subject: Re: Optimize index
>
> On 8-Aug-07, at 2:09 PM, Jae Joo wrote:
>
> > How about standformat optimizion?
> > Jae
>
> Optimized indexes are always faster
-user@lucene.apache.org
Subject: Re: Optimize index
On 8-Aug-07, at 2:09 PM, Jae Joo wrote:
> How about standformat optimizion?
> Jae
Optimized indexes are always faster at query time that their non-
optimized counterparts. Sometimes significantly so.
-Mike
ws that
Cwd=/rpt/src/apache-solr-1.2.0/ca_companies/solr/conf
--> this should be
Cwd=/rpt/src/apache-solr-1.2.0/example/solr/conf
SolrHome=/rpt/src/apache-solr-1.2.0/example/solr/
Any one knows why?
If I run Jetty for instance "example", it is working well...
Thanks,
Jae Joo
ng)
-----Original Message-
From: Jae Joo [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 09, 2007 5:45 PM
To: solr-user@lucene.apache.org
Subject: tomcat and solr multiple instances
Hi,
I have built 2 solr instance - one is "example" and the other is
"ca_companies".
I would like to find out how to build the index for general format of XML
file which does not have tags.
Do I have to update all my xml file to Solr specific XML which have
… format? Or any way to build index?
Thanks,
Jae Joo
Hi,
The XML file to be indexed has Case Sensitive
Ex.
Computer Software
I would like to have "facet by field name field1" CASE SENSITIVE and search
by field1 with CASE INSENSITIVE.
If I add solr.LowerCaseFilterFactory in the analyzer in both index and
query, the query is working correctly - case
Hi,
I am looking for the way to have "breadcrumb"
Is there any way to get thoes kind of information from Solr search result..
Thanks,
Jae Joo
Hi,
Can anyone help me how to do sub faces?
Thanks,
Jae Joo
Is there any solution to handle 13 millions document shown as below?
Each document is not big, but the number of ones is 13 million.
Any way to utilize the multiple indexes?
Thanks,
Jae Joo
Unlimi-Tech Software Inc
ON
Single Location
Canada
K1C 4R1
Ottawa
Ontario
G2_Computer Software
1447a
r. Have you had problems?
>
> wunder
>
> On 8/23/07 7:30 AM, "Jae Joo" <[EMAIL PROTECTED]> wrote:
>
> > Is there any solution to handle 13 millions document shown as below?
> > Each document is not big, but the number of ones is 13 million.
> > Any
Hi,
I have Solr 1.2 and JBoss Application Server 4.2.1 installed in Windows
machine and would like to find how to integrate it together.
can anyone help me?
Thanks,
Jae Joo
what you are looking for: http://wiki.apache.org/solr/SolrJBoss
>
> On Aug 25, 2007, at 10:18 AM, Jae Joo wrote:
>
> > Hi,
> >
> > I have Solr 1.2 and JBoss Application Server 4.2.1 installed in
> > Windows
> > machine and would like to find how to integrate it t
Is there any way to catagorize by price range?
I would like to do facet by price range. (ex. 100-200, 201-500, 501-1000,
...)
Thanks,
Jae Joo
That works. But I am looking how to do that at INDEXING TIME, but at query
time.
Any way for that?
Thanks,
Jae
On 8/27/07, Erik Hatcher <[EMAIL PROTECTED]> wrote:
>
>
> On Aug 27, 2007, at 9:32 AM, Jae Joo wrote:
> > Is there any way to catagorize by price range?
>
I could build index with Sales Vol ranges using PatternReplaceFilterFactory
Thanks,
Jae
On 8/27/07, Erik Hatcher <[EMAIL PROTECTED]> wrote:
>
>
> On Aug 27, 2007, at 9:48 AM, Jae Joo wrote:
> > That works. But I am looking how to do that at INDE
;
> > -Original Message-
> > From: Jae Joo [mailto:[EMAIL PROTECTED]
> > Sent: 27 August 2007 16:46
> > To: solr-user@lucene.apache.org
> > Subject: Re: range index
> >
> > I could build index with Sales Vol ranges using
> > PatternReplaceFilte
Hi,
I have a Java Heap size problem during indexing for 13 millions doc. under
linux using post.sh (optimized).
each document size is about 2k.
Is there any way to set java heap size in post.sh under tomcat?
Thanks,
Jae Joo
did you build solr.xml in $CATALINA_HOME/conf//Catalina/localhost ?
it yes, please double check the directory information.
And did you copy the apache-solr-1.2.0.war to solr.war in dist directory?
Jae
On 9/1/07, Robin Bonin <[EMAIL PROTECTED]> wrote:
>
> Hi all, I followed the instructions in the
to the wrong ones to watch how
> the message changed and I found the problem (mid email)...
>
> the step 'Copy the contents of the example directory
> c:\temp\solrZip\example\solr\ to c:\web\solr\'
>
> I had copied everything from the example directory, not exampl
HI,
I am wondering that is there any way for CACHING FACETS SEARCH Result?
I have 13 millions and have facets by states (50). If there is a mechasim to
chche, I may get faster result back.
Thanks,
Jae
On 9/6/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
>
> On 9/6/07, Jae Joo <[EMAIL PROTECTED]> wrote:
> > I have 13 millions and have facets by states (50). If there is a
> mechasim to
> > chche, I may get faster result back.
>
> How fast are you getting results
HI,
Does any know how to use RAM disk for index?
Thanks,
Jae Joo
)
at org.apache.solr.handler.XmlUpdateRequestHandler.handleRequestBody
(XmlUpdateRequestHandler
.java:84)
Thanks,
Jae Joo
Hi,
I do need to move the index files, but have a concerns any potential problem
including performance?
Do I have to keep the original document for querying?
Thanks,
Jae Joo
rt solr, should start
>
> I am an idiot though, so be careful, in fact, I'm worse than an
> idiot, I know a little
>
> :-)
>
> you got a lock file somewhere though, deleting that will help you
> out, for me it was in my /tmp directory
>
> On 27 Sep 2007, at 14:
uch
faster...
Thanks,
Jae Joo
In the schema.xml, this fiend is defined by
Is there any way to find the document by querying - The Appraisal Station?
Thanks,
Jae
Is there any way to merge fields during indexing time.
I have field1 and field2 and would like to combine these fields and make
field3.
In the document, there are field1 and field2, and I may build field3 using
CopyField.
Thanks,
Jae
Do I have to define the name/values as exactly same as acturl query
(order...)?
Here is actual query
indent=on&version=2.2&facet=true&facet.mincount=1
&facet.field=phys_state&facet.field=sic1&facet.limit=-1
&sort=sales_volume_us+desc&q=%28phys_country%3A%22United+States%22%29
&start=0&rows=20&fl
Hi,
I have 9g index and try to delete a couple of document. The actual deletion
is working fine.
Here is my question.
Do I have to OPTIMIZE the index after deleting? or just COMMIT it? The
original index already optimized.
Thanks,
Jae Joo
..
and I am looking the way to update the specific field by
12345
Y
--> it may keep the unchanged field.
Thanks,
Jae Joo
Hi,
I am trying to delete the document remotly through curl command, but got the
internal server error - Permission Denied.
Anyone knows how to solve this problem?
Thanks,
Jae
did something wrong and/or does Solr use multiple threading or
something else to get the good indexing performance?
Thanks
Jae Joo
Hi,
I am looking for the way to utilize the multiple indexes for signle sole
instance.
I saw that there is the patch 215 available and would like to ask someone
who knows how to use multiple indexes.
Thanks,
Jae Joo
In my system, the heap size (old generation) keeps growing up caused by
heavy traffic.
I have adjusted the size of young generation, but it does not work well.
Does anyone have any recommendation regarding this issue? - Solr
configuration and/or web.xml ...etc...
Thanks,
Jae
one is for update. Once update is done, switch the index by
automatically and/or my application.
Thanks,
Jae joo
On Nov 12, 2007 8:48 AM, Ryan McKinley <[EMAIL PROTECTED]> wrote:
> The advantages of a multi-core setup are configuration flexibility and
> dynamically changing avail
her. when indexing is done
> (or finishes a big chunk) send to the 'searching' one and it
> will see the new stuff.
>
> ryan
>
>
>
> Jae Joo wrote:
> > Here is my situation.
> >
> > I have 6 millions articles indexed and adding about 10k
Hi,
Is there Solaris bash based script available? The couple of command is not
working, and wondering any available scripts I can use before I update it.
For ex. snapshooter, snappuller, snapinstaller
Thanks,
Jae
all files same as index directory.
I have changed the snapshooter script because the bash in solaris do not
have cp -l option.
#cp -lr ${data_dir}/index ${temp} --> original
mkdir ${temp}
ln ${data_dir}/index/* ${temp}
Thanks,
Jae Joo
Hi,
I have two solr instance running under different tomcat environment.
One solr instance is for indexing and would like to commit to the other solr
instance.
This is what I tried, but failed.
using post.sh (without commit), the docs are indexed in solr-1 instance.
After indexed,
call commit co
est one and it works.
>
> -Original Message-
> From: Jae Joo [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 13, 2007 9:06 AM
> To: solr-user
> Subject: two solr instances - index and commit
>
> Hi,
>
> I have two solr instance running under different tomcat envi
In the snappuller, the "solr" is hardcoded. Should it be
"${master_data_dir}?
# rsync over files that have changed
rsync -Wa${verbose}${compress} --delete ${sizeonly} \
${stats} rsync://${master_host}:${rsyncd_port}/solr/${name}/
${data_dir}/${name}-wip
Thanks,
Jae
Hi,
I am looking for the way to get the score - only hundredth - ex.
4.09something like that.
Currently, it has 7 decimal digits. 1.8032384
Thanks,
Jae
Hi,
Can anyone help me how to facet and/or search for associated fields? -
1234
Baseball hall of Fame opens Jackie Robinson
exhibit
Description about the new JR hall of fame
exhibit.
20071114
200711
0
press
Sports
Baseball
Major League Baseball
Arts and Culture
C
Hi,
I have about 20G bytes of index with 1 Million transactions per day.
I am considering the disk system between local disk and SAN based system
(not NFS).
Is there any performance difference to run solr instance with 20 G index on
local disk and on SAN based disk which is connected with fiber ch
Is there any parameter to set the max. number of error messages..
The Solr system was killed after a couple of error messages which caused by
WRONG QUERY
Thanks,
Jae
try it.
/search/replication_test/0/index/solr/bin/snapshooter
.
true
Jae
On Dec 19, 2007 9:10 AM, Bill Au <[EMAIL PROTECTED]> wrote:
> Just changing the permission on the script is not enough. The id
> executing
> the script needs to have write permission to create the snapshot
Hi,
Is there any way to dedup the keyword cross the document?
Ex.
"china" keyword is in doc1 and doc2. Will Solr index have only 1 "china"
keyword for both document?
Thanks,
Jae Joo
and document2?
Jae
On Jan 4, 2008 10:54 AM, Robert Young <[EMAIL PROTECTED]> wrote:
> I don't quite understand what you're getting at. What is the problem
> you're encountering or what are you trying to achieve?
>
> Cheers
> Rob
>
> On Jan 4, 2008 3:26 PM
Hi,
What happens if Solr application hit the max. memory of heap assigned?
Will be die or just slow down?
Jae
If the number of results > 2500 then sort by company_name
otherwise, sort by revenue;
Do I have to access 2 times? One is to get the number of results and the
other one is for sort.
The second query should be accessed by necessary.
Any efficient way?
Thanks,
Jae
I have set multicores - core0 and core1, core0 is default.
Once I update the index by http://localhost:8983/solr/update, it updates
core1 not core0.
Also, I tried to set the deault core using SETASDEFAULT, but it is "unknown
action command".
Can any one help me?
Thanks,
Jae
I have built two cores - core0 and core1.
each core has different set of index.
I can access core0 and core 1 by
http://localhost:8983/solr/core[01]/admin/form.jsp.
Is there any way to access multiple indexes with single query?
Thanks,
Jae
I have a problem - memory and performance issues for more than 10 request
(solr Search and Facet) per second.
On tomcat, it requires 4 to 5 G Bytes, but still not enough.
Does anyone have any experience regarding high volume and performance issue
on Tomcat and JBOss and resolutions share with me?
.
Thanks,
Jae joo
In the firstsearch listner, I need to use special character "&" in the q
string, but it complains "Error - filterStart"
company_desc:"Advertising & Marketing"
0
20
company_name, score
Thanks,
Jae Joo
I have downloaded version 1.3 and built multiple indices.
I could not find any way for multiple indices search at Solr level, I
have written the Lucene application. It is working well.
Jae Joo
-Original Message-
From: Niveen Nagy [mailto:[EMAIL PROTECTED]
Sent: Monday, February 04
Or, if you have multiple files to be updated, please make sure "Index
Multiple Files" and commit "Once" at the end of Indexing..
Jae
-Original Message-
From: Jae Joo [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 12, 2008 10:50 AM
To: solr-user@lucene.apache.org
I have same experience.. I do have 6.5G Index and update it daily.
Have you ever check that the updated file does not have any document and
tried "commit"? I don't know why, but it takes so long - more than 10
minutes.
Jae Joo
-Original Message-
From: Ken Krugler [mailto:[
In my environment, there is NO big difference between local disk and SAN based
file system.
A little slow down, but not a problem (1 or 2 %)
I do have 4 sets of solr indices each has more than 10G in 3 servers.
I think that it is not good way to share SINGLE Index. - disk is pretty cheap
and we
As I know that tomcat is the server to support servlet and jsp and solr is just
one of application of tomcat.
So, theer is no meaning of port# of Solr.
Thanks
Jae
Hi All,
I have installed solr through tomcat(5.5.23). Its up and running on port
8080. Its like, if tomcat is running, solr i
While the job is running, you can monitor the memory usage.
Use the following command - jstat (you can find in the java/bin directory)
jstat -gc 5s --> every 5 seconds.
Jae
-Original Message-
From: Reece [mailto:[EMAIL PROTECTED]
Sent: Mon 3/3/2008 8:20 PM
To: solr-user@lucene.apache.
1 - 100 of 133 matches
Mail list logo