Hi~. I'm beginner who wanna make search system by using solr 1.4.1 and lucene
2.92.
I got a collect lucene query from my custom Analyzer and filter from given
query,
but no result displayed.
Here is my Analyzer source.
On Mon, Oct 18, 2010 at 8:31 AM, Jason, Kim wrote:
>
> Hi all
> I have a huge amount of xml files for indexing.
> I want to index using solrj binary format to get performance gain.
> Because I heard that using xml files to index is quite slow.
[...]
Do not know about SolrJ's binary format, but in
Hi,
The closest thing I can think of is FileSwitchDirectory (
http://search-lucene.com/?q=FileSwitchDirectory )
Otis
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch
Lucene ecosystem search :: http://search-lucene.com/
- Original Message
> From: Jan Høydahl / Cominvent
Hi all
I have a huge amount of xml files for indexing.
I want to index using solrj binary format to get performance gain.
Because I heard that using xml files to index is quite slow.
But I don't know how to use index through solrj binary format and can't find
examples.
Please give some help.
Thank
On Sun, Oct 17, 2010 at 7:02 PM, Arunkumar Ayyavu
wrote:
> Hi!
>
> I have multiple cores reading from the same database and I've provided
> the user credentials in all data-config.xml files. Is there a way to
> tell JdbcDataSource in data-config.xml to read the username and
> password from a file?
Hi Marc,
Thanks for the reply.
So as I understand I need to make a http get call with an action parameter set
to create to dynamically create a core? I do not see an API to do this
anywhere.
On Oct 17, 2010, at 3:54 PM, Marc Sturlese wrote:
>
> You have to create the core's folder with i
Two suggestions: a) Noticed that your dih spec in the solrconfig.xml seems
to to refer to "db-data-config.xml" but you said that your file was
db-config.xml. You may want to check this to make sure that your file
names are correct. b) what does your log say when you ran the import
process?
i try to index table in mysql database,
1st i create db-config.xml file which contain
followed by
and defining of table like
2nd i add this field in schema.xml file
and finally decide in solronfig.xml file the db-config.xml file as
db-data-config.xml
Juggling disk volumes does not sound like a logical responsibility for Solr to
me. Solr/Lucene expects to have enough room to live in.
Better to push this down to the OS level. There are all kinds of logical volume
managers around which lets you add new disks to the same logical volume,
achievin
Hi!
I have multiple cores reading from the same database and I've provided
the user credentials in all data-config.xml files. Is there a way to
tell JdbcDataSource in data-config.xml to read the username and
password from a file? This would help me not to change the
username/password in multiple d
Is it possible to get an index to span multiple disk volumes - i.e.
when its 'primary' volume fills up (or optimize needs more room), tell
Solr/Lucene to use a secondary/tertiary/quaternary et al volume?
I've not seen any configuration that would allow this, but maybe
others have a use case for su
Hi there,
At first i have to explain the situation.
I have 2 fields indexed named tdm_avail1 and tdm_avail2 that are arrays of
some different dates.
"This is a sample doc"
2010-10-21T08:29:43Z
2010-10-22T08:29:43Z
2010-10-25T08:29:43Z
2010-10-26T08:29:43Z
2010-10-27T08:29:43Z
2010-10-19T0
You have to create the core's folder with it's conf inside the Solr home.
Once done you can call the create action of the admin handler:
http://wiki.apache.org/solr/CoreAdmin#CREATE
If you need to dinamically create, start and stop lots of cores there's this
patch, but don't know about it's curren
Well, in Nutch we simply replace the two jars and it all still works.
> The CHANGES.txt file in branch_3x says that the javabin format has
> changed in Solr 3.1, so you need to update SolrJ as well as Solr. Is
> the SolrJ included in 3.1 compatible with both 3.1 and 1.4.1? If not,
> that's goi
Hi,
Thanks for the suggestion and pointer. We've implemented it using a single
regex in Nginx for now.
Cheers,
> : Anyone knows useful method to disable or prohibit the per-field override
> : features for the search components? If not, where to start to make it
> : configurable via solrconfig
15 matches
Mail list logo