nope...
On Sat, Oct 31, 2009 at 4:47 AM, Yao Ge wrote:
>
> For Data Import Handler, there is a way to dump data to a SOLR feed format
> XML file?
> --
> View this message in context:
> http://old.nabble.com/DIH---Export-to-XML-tp26138213p26138213.html
> Sent from the Solr - User mailing list arc
Hi,
I have made following changes in solrconfig.xml
C:/Apache-Tomcat/apache-tomcat-6.0.20/solr/conf/db-data-config.xml
in db-dataconfig.xml
For Data Import Handler, there is a way to dump data to a SOLR feed format
XML file?
--
View this message in context:
http://old.nabble.com/DIH---Export-to-XML-tp26138213p26138213.html
Sent from the Solr - User mailing list archive at Nabble.com.
I am having great difficulty getting SpellCheckComponent to ignore case.
Given a search of Glod, the suggestion is wood
Given a search of glod, the suggestion is gold
I am using LowerCaseTokenizerFactory for both query and index, so as I
understand it Glod and glod should be treated the same. If
There is also a GWT contribution in JIRA that is pretty handy and will
likely be added in 1.5. See http://issues.apache.org/jira/browse/SOLR-1163
-Grant
On Oct 29, 2009, at 9:17 PM, scabbage wrote:
Hi,
I'm a new solr user. I would like to know if there are any easy to
setup web
UIs for s
Hi,
Can anyone confirm Lucene FieldCache memory requirements? I have 100
millions docs with non-tokenized field "country" (10 different countries); I
expect it requires array of ("int", "long"), size of array 100,000,000,
without any impact of "country" field length;
it requires 600,000,000 byt
It should be in couple of places like - apache-solr-1.3\example\exampledocs etc
-Ankit
-Original Message-
From: javaxmlsoapdev [mailto:vika...@yahoo.com]
Sent: Friday, October 30, 2009 4:50 PM
To: solr-user@lucene.apache.org
Subject: can't find solr.xml
I have downloaded apache-so
I have downloaded apache-solr-1.3.0.tgz for Linux and don't see solr.xml. can
someone assist.
--
View this message in context:
http://old.nabble.com/can%27t-find-solr.xml-tp26136630p26136630.html
Sent from the Solr - User mailing list archive at Nabble.com.
This is a cool out-of-the-box index browser. I'm not sure it is meant
to be customizeable.
On Fri, Oct 30, 2009 at 10:24 AM, scabbage wrote:
>
> Jay,
>
> This looks awesome. I just tried it and it's what I need.
>
> Thanks.
>
> David
>
>
> Jay Hill wrote:
>>
>> Have a look at the VelocityResponse
Please post your dataimporthandler configuration file.
On Fri, Oct 30, 2009 at 4:17 AM, manishkbawne wrote:
>
> Thanks for your reply .. I am trying to use the database for solr search but
> getting this error..
>
> false in null
> -
> j
Im using apache-solr-1.3.0
I got it to work using javascript function instead.
thanks
Joel
On Oct 30, 2009, at 12:44 PM, Chantal Ackermann wrote:
This looks all right to me, but I might be missing something.
Which version/build of SOLR are you using?
Chantal
Joel Nylund schrieb:
Thanks Cha
Hi guys,
Enterprise 1.4 Solr Book (AutoComplete) says this works -
My query looks like -
"q=*:*&fq=ac:*all*&wt=json&rows=15&start=0&indent=on&omitHeader=true&json.wrf=?";
And it returns three results
{
"responseHeader":{
"status":0,
"QTime":38,
"params":{
"indent":"on",
ah, problem solved, it was due (apparently) caching an old dns entry
sorry for the noise :)
Hello Chantal!
Thanks for your reply!
Actually, in my case, faceting will not help me because I really need all
"rows" from the same group at index time.
That's because I'll use all rows from the same group, merge them all into a
Velocity (or any other template engine) to generate an HTML that wi
Jay,
This looks awesome. I just tried it and it's what I need.
Thanks.
David
Jay Hill wrote:
>
> Have a look at the VelocityResponseWriter (
> http://wiki.apache.org/solr/VelocityResponseWriter). It's in the contrib
> area, but the wiki has instructions on how to move it into your core Solr.
Chantal,
Yes, I have been using the admin ui, but only for development. I need a ui
that displays the query result XML in HTML. Thanks for the suggestion
though.
David
Chantal Ackermann wrote:
>
> Hi!
>
> Just to make sure - you did see the search form in the SOLR admin ui?
>
> Chantal
>
hi everyone and sorry if this question is dumb, but I seem to be
unable to connect from a slave, with both are in a multicore setup
I configured the replication like
${enable.master:false}
commit
startup
optimize
schema.xml
${enable.slave:false}
On Fri, Oct 30, 2009 at 11:23 AM, Eugene Dzhurinsky wrote:
> Hi there!
>
> We are trying to evaluate Apache Solr for our custom search implementation,
> which
> includes the following requirements:
>
> - ability to add/update/delete a lot of documents at once
>
> - ability to iterate over all docu
This looks all right to me, but I might be missing something.
Which version/build of SOLR are you using?
Chantal
Joel Nylund schrieb:
Thanks Chantal, I will keep that in mind for tuning,
for sql I figured way to combine them into one row using concat, but
I still seem to be having an issue sp
if the request contains any wilcard then filters are not called :
no ISOLatin1AccentFilterFactory and no SnowballPorterFilterFactory !
"économie" is indexed to "econom"
solr don't found :
- term starts with "éco" (éco*)
- term starts with "economi" (economi*)
if you index manger, mangé an
Thanks Chantal, I will keep that in mind for tuning,
for sql I figured way to combine them into one row using concat, but
I still seem to be having an issue splitting them:
Db now returns as one column categoryType:
TOPIC,LANGUAGE
but my solr result, if you note the item in categoryType al
Hi all,
I have a field that contains accentuated char in it, what I whant is to
be able to search with ignore accents.
I have set up that field with :
generateNumberParts="1" catenateWords="1" catenateNumbers="1"
catenateAll="0" splitOnCaseChange="1" />
words="stopwords.txt" />
In
Hi there!
We are trying to evaluate Apache Solr for our custom search implementation,
which
includes the following requirements:
- ability to add/update/delete a lot of documents at once
- ability to iterate over all documents, returned in search, as Lucene does
provide within a HitCollector
Have a look at the VelocityResponseWriter (
http://wiki.apache.org/solr/VelocityResponseWriter). It's in the contrib
area, but the wiki has instructions on how to move it into your core Solr.
Solr uses response writers to return results. The default is XML but
responses can be returned in JSON, Rub
Does Solr supports JSONP (JSON with Padding) in the response?
-Ankit
-Original Message-
From: Ankit Bhatnagar [mailto:abhatna...@vantage.com]
Sent: Friday, October 30, 2009 10:27 AM
To: 'solr-user@lucene.apache.org'
Subject: Solr YUI autocomplete
Hi Guys,
I have question regarding
Hi Guys,
I have question regarding - how to specify the
I am using YUI autocomplete widget and it expects the JSONP response.
http://localhost:8983/solr/select/?q=monitor&version=2.2&start=0&rows=10&indent=on&wt=json&json.wrf=
I am not sure how should I specify the json.wrf=function
Thanks
An
I am using Semantic Vectors[1] implementation of LSA in a large scale
digital library project called Project Torngat[2]. I presented some of
the work at the European Conference on Digital Libraries (ECDL)[3], at
the 'Very Large Digital Libraries (VLDL) workshop[4] in September. A
pre-print of the p
as long as you are working on your own pc than this might be ok.
but when someone else is accessing the site via internet, than there is "no
localhost",
at least not your. so at this point the real (internet-) server name is needed.
btw: ajax calls are only allowed from the origin server, so a pag
That depends a bit on your database, but it is tricky and might not be
performant.
If you are more of a Java developer, you might prefer retrieving
mutliple rows per SOLR document from your dataSource (join on your
category and main table), and aggregate them in your custom
EntityProcessor. I
Hallo Markus !
I think that the servername is correct as I'm testing this autocomplete box
on my computer (my site is built in localhost, solr is in localhost).
Am I wrong ?
Thanks
Markus.Rietzler wrote:
>
> very simple, in the javascript you have
>
> $("#artist").autocomplete(
> 'htt
very simple, in the javascript you have
$("#artist").autocomplete(
'http://localhost:8983/solr/completion/select/?wt=json', {
you have to change localhost to the correct servername
--
mit freundlichen Grüßen
Markus Rietzler -
Rechenzentrum der Finanzverwaltung NRW
0211/4572-2130
>
Hi
I never used DBMS/SQL Import in solr by myself.
Possible
http://old.nabble.com/Using-DataImportHandler-with-mysql-database-to20425791.html#a20435463
can help you.
regards
Karsten
manishkbawne wrote:
>
> Thanks for your reply .. I am trying to use the database for solr search
> but gettin
Hello,
I'm trying to build a autocomplete text box. I think that everything is ok
in the schema.xml and the solrconfig.xml side as I have correct responses
through the solr admin page (I got something like that
:http://brainmaths.fr/IMG/response.txt ).
I don't know really javascript and I tried
thanks, but im confused how I can aggregate across rows, I dont know
of any easy way to get my db to return one row for all the categories
(given the hint from your other email), I have split the category
query into a separate entity, but its returning multiple rows, how do
I combine multip
Thanks for your reply .. I am trying to use the database for solr search but
getting this error..
false in null
-
java.lang.NullPointerException at
org.apache.solr.handler.dataimport.DataImporter.(DataImporter.java:95)
at
org.apache.sol
Hi Lucas,
check out the thread:
DataImportHandler / Import from DB : one data set comes in multiple rows
I am doing this successfully with my custom EntityProcessor as described
in that thread.
If you have any more questions or need some more code examples, just
ask. I'd be glad to help!
J
Hi!
Just to make sure - you did see the search form in the SOLR admin ui?
Chantal
scabbage schrieb:
Hi,
I'm a new solr user. I would like to know if there are any easy to setup web
UIs for solr. It can be as simple as a search box, term highlighting and
basic faceting. Basically I'm using sol
That's what I found so far too. Seems to be usable. It uses a variant of
LSA, probabilistic LSA.
Writing a module for it.. have to rephrase my question them. Where to start
with writing a module for solr.. Should be useful for diving deeper in solr.
On Fri, Oct 30, 2009 at 9:56 AM, Paul Libbrech
Not with solr but with Lucene, there is the project called
semanticvectors.
It would be cute to make it a solr module.
paul
Le 30-oct.-09 à 09:17, György Frivolt a écrit :
Hi,
Does anyone of you have experiences with using LSA, Latent Semantic
Analysis with Solr? I would like to search f
Hi,
Does anyone of you have experiences with using LSA, Latent Semantic
Analysis with Solr? I would like to search for expressions, but also find
records, which have context relevant for the given query. Would appreciate
any clue where to start, what to consider.
Bw, Georg
On Fri, Oct 30, 2009 at 2:04 AM, Avlesh Singh wrote:
>>
>> One thing I thought about is if I can define my own
>> DocumentObjectBinder, so I can concatenate my entity names with the
>> IDs in the XML creation.
>>
>> Anyone knows if something like this can be done without modifying
>> Solrj sources
hi manishkbawne,
unspecific ideas of search improvements are her:
http://wiki.apache.org/solr/SolrPerformanceFactors
I really like the last idea in
http://wiki.apache.org/lucene-java/ImproveSearchingSpeed
:
Use a profiler and ask a more specific question in this forum.
Best regards
Karsten
42 matches
Mail list logo