Hi
I have a scenario, where I store a field which is an Id,
ID field
--
1
3
4
Descrption mapping
---
1 = "Options 1"
2 = "Options A"
3 = "Options 3"
4 = "Options 4a"
Is there a way in solr when ever i query this field should return me the
description instead of the id. An
Hi
I have a index of size 1 Tb.. And I prepared this by setting up a background
script to index records. The index was fine last 2 days, and i have not
disturbed the process. Suddenly when i queried the index i get this
response, where the value of numFound is negative. Can any one say why/how
th
The details are below
Solr : 3.5
Using a Schema file with 53 fields and 8 fields indexed among them.
OS : CentOS 5.4 64 Bit
Java : 1.6.0 64 Bit
Apache Tomcat : 7.0.22
Intel(R) Xeon(R) CPU L5518 @ 2.13GHz (16 Processors)
/dev/mapper/index 5.9T 1.9T 4.0T 33% /Index
Had around 2 Billion Record
There was an Out Of Memory.. But still the indexing was happening further..
--
View this message in context:
http://lucene.472066.n3.nabble.com/Negative-value-in-numFound-tp3986398p3986437.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi
It is a multicore but when i searched the shards query even then i get this
response
which is again a negative value.
Might be the total number of records may be > 2147483647 (2^31-1), But is
this limitation documented anywhere. What is the strategy to over come this
situation. Expectation
The RAM is about 14.5G. Allocated for Tomcat..
I have now 2 shards. But I was in an impression i can handle it with couple
of Shards. But in this case i need to have shards which can only grow up
2^31-1 records and many such shards to support 12 Billion records.
I will try to have more cores and
Hi
I have a Solr server with 5 Cores, I have modified the Web.xml of solr.war
to have a basic authentication feature enabled for all the web resources.
Also I have written my own Login Module to have the login check. Now when I
query a single core It asks for the User name and password, with prope