On 4/27/2012 8:33 PM, geeky2 wrote:
well, in this case when i say, "clean" (on the Master), i mean selecting
the "Full Import with Cleaning" button from the DataImportHandler
Development Console page in solr. at the top of the page, i have the check
boxes selected for verbose and clean (*but i
Maria -
thanks for detailed explanation.
as per schema.xml; stored or indexed should be defined at schema design itself.
as per my understanding defining at runtime is not feasible.
BTW, you can have multiValued="true" attribute for dynamic fields too.
- Jeevanandam
On Apr 29, 2012, at 1:06
Thanks all. Second unsubscribe confirmation email sent to the ezmlm app.
Perhaps it will take this time...
"
Hi! This is the ezmlm program. I'm managing the solr-user@lucene.apache.org
mailing list.
I'm working for my owner, who can be reached at
solr-user-ow...@lucene.apache.org.
To confirm
Thanks for your response.
That's what I need, changes at indexing time. Dynamic fields are not what I
need because the field name is the same, I just need to change if they
indexed/stored based on some logic.
It's so easily achieved with the Lucene API, I was sure there was a way to do
the same
I had copied the full example directory. After copying, I had replaced
schema.xml from my old 3.5 schema.xml and I faced this error. After Eric's
email, I copied stopwords_en.txt into conf directory of my copy. It works
fine after that.
After seeing your email, it seems that the better approach wo
In Solr4j client trunk build for 4.0, ConcurrentUpdateSolrServer class does
not allow to override default http settings
like HttpConnectionParams.setConnectionTimeout,
HttpConnectionParams.setSoTimeout, DefaultMaxConnectionsPerHost
Due to HttpSolrServer is not accessible from ConcurrentUpdateSolr
Now the reason ,I have used different webapps instead of a single one for
the cores is ,while prototyping ,I discovered that ,when one of the cores
index is corrupt ,the entire webapp does not start up and the same must be
true of "too many open files" etc ,that is to say if there is an issue
with
Hi,
Any suggestions,
Am I trying to do too much with solr? Is there any other search engine,
which should be used here?
I am looking into solr codebase and planning to modify QueryComponent. Will
this be the right approach?
Regards,
Shivam
On Fri, Apr 27, 2012 at 10:48 AM, solr user wrote:
hi
I am using solr.WordDelimiterFilterFactory for a text_en field during query
time.
my title for document is: blackberry torch 9810
My query : torch9810 works fine
It splits alpha numeric and gets me the document.
But when query is:blackberry9810 it splits to blackberry 9810 but I dont get
the