>
> a) Since Solr is built on top of lucene, using SolrJ, can I still directly
> create custom documents, specify the field specifics etc (indexed, stored
> etc) and then map POJOs to those documents, simular to just using the
> straight lucene API?
>
> b) I took a quick look at the SolrJ javadocs
Hi,
I am new to Solr but fairly advanced with lucene.
In the past I have created custom Lucene search engines that indexed
objects in a Java application, so my background is coming from this
requirement
a) Since Solr is built on top of lucene, using SolrJ, can I still
directly create cust
Hey,
I do not want to disable cache completely by changing the setting in
solrconfig.xml. I just want to sometimes skip cache for a query for testing
purpose. So is there a parameter like skipcache=true to specify in
select/?q=hot&version=2.2&start=0&rows=10&skipcache=true to skip cache for
the
Good question!
The terms in the deleted documents are left behind, and so the
relevance behavior will be off. The other space used directly by
documents will be reabsorbed. (??)
On Sat, Nov 14, 2009 at 1:28 PM, Jerome L Quinn wrote:
>
>
> Lance Norskog wrote on 11/13/2009 11:18:42 PM:
>
>> The
This line is the key:
> SEVERE: org.apache.solr.core.SolrException: Invalid Date String:'Behavior'
>at org.apache.solr.schema.DateField.toInternal(DateField.java:108)
>at
The string 'Behavior' is being parsed as a date, and fails. Your query
is attempting to find this as a date. Pl
Lance Norskog wrote on 11/13/2009 11:18:42 PM:
> The 'maxSegments' feature is new with 1.4. I'm not sure that it will
> cause any less disk I/O during optimize.
It could still be useful to manage the "too many open files" problem that
rears its ugly head on occasion.
> The 'mergeFactor=2' id
Original code is here: http://bit.ly/hkCbI
I just started porting it here: http://bit.ly/37hiOs
It needs: tests/debugging, porting NamedList, SolrDocument, SolrDocumentList
Thanks for any help!
Cheers,
Mauricio
2009/11/14 Noble Paul നോബിള് नोब्ळ्
> OK. Is there anyone trying it out? where is t
I've been using Sphinx for full text search, but since I want to move my
project over to Heroku, need to switch to Solr. Everything's up and running
using the acts_as_solr plugin, but I'm curious if I'm using Solr the right
way. In particular, I'm doing phrase searching into a corpus of
descriptio
Hi,
This almost seems like a bug, but I can't be sure so I'm seeking
confirmation. Basically I am building a site that presents search results
in reverse chronologically order. I am also leveraging the field collapse
feature so that I can group results using 'adjacent' mode and have solr
return
Hi ,
I have been using solr1.2 for a year and now i m facing a weird problem.
Till now i have used only string and number solr types for the search field
.
and whatever string the users are trying to search will pass it on to the
search engine and it will find in appropraite fields and return me t
Hey,
I spent some times figuring out how to set up local/geo/spatial search at
solr. I hope the following description can help given the current status.
1) Download localsolr. I download it from
http://developer.k-int.com/m2snapshots/localsolr/localsolr/1.5/ and put jar
file (in my case, locals
11 matches
Mail list logo