Hi,
I'm trying to index data from mysql. The indexing is successful. Then I
tried to use the mysql concat function (data-config.xml) in order to
concatenate a custom string with a field like this: *CONCAT('(',
CAST('ΤΜΗΜΑ' AS CHAR CHARACTER SET utf8), ' ', apofasi_tmima, ')') *. The
custom string
I think that it happens at index time. The reason is that when i query for
the specific field solr returns the "?" string!
--
View this message in context:
http://lucene.472066.n3.nabble.com/Import-data-from-Mysql-concat-issues-tp4137814p4137908.html
Sent from the Solr - User mailing list a
Tomcat setup is fine. I insist that it's Solr's issue. The whole index
consists of Greek (funny characters) and solr returns them normally. The
problem here is that I cannot concatenate Greek characters in
"data-config.xml" (hard-coded).
--
View this message in context:
http://lucene.472066.n3.
I have indexed a small collection (about 150k documents). I give user the
ability to make filtered queries using dropdown boxes. The “field query”
fields are: apo_taxonomy, apo_dik, apo_number, and apo_date. Below is a
portion of schema.xml:
Hello,
I have a folder contains about 50 word doc files. Is there a way to index
them in one shot? The only experience that I have on indexing is with DIH.
Is it possible to provide a link to a tutorial or info on how to do the
above task (data-config and schema examples)?
Many thanks in advance,
Hello,
I have successfully installed “Solr 3.6” over “Tomcat” (inside a folder
under C:\ I have 2 subfolders: tomcat-“tomcat” installation and solr-“solr”
home). I have copied the solr folder from the “examples”. Then I tried to
index data from database. The indexing was successful. But I have a se
Yes i have already done it!
The schema.xml file is:
Can you give me any example on how to do this?
I am really stuck
Thank you in advance
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-query-issues-tp3974922p3975384.html
Sent from the Solr - User mailing list archive at Nabble.com.
I have imported data from a database. When i set a type different than string
solr throws error: Unknown fieldtype 'text' specified on field biog at
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:511)
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-query-i
I am newbie in "Solr" thing. But with your advices i am in track now (sort of
way).
It seems that "Lucene" community is responsible, and fortunately it doesn't
turns its back to newbies!
Thank you guys,
Tom
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-query-issues-tp3
Hello,
Solr accepts fq parameter like: localhost:8080/solr/select/?q=blah+blah
&fq=model:member+model:new_member
Is it possible to pass the fq parameter with alternative syntax like:
fq=model=member&model= new_member or in other way?
Thank you,
Tom
--
View this message in context:
http://lucene.
Hello friends,
I am trying to index data from database. I am doing that successfully. But I
have a problem. I want to use one index for whole database. All the db
tables have at least 3 columns with the same name (I want to be like this).
For instance I have these tables: members, new_members, book
Thank you thank you thank you!
--
View this message in context:
http://lucene.472066.n3.nabble.com/Indexing-data-from-database-tp3979692p3979778.html
Sent from the Solr - User mailing list archive at Nabble.com.
Now I am getting the following:
*From Solr:*
0
1
data-config.xml
full-import
idle
0:0:4.231
0
1
0
0
2012-05-11 18:43:30
Indexing failed. Rolled back all changes.
2012-05-11 18:43:30This response format is experimental. It is likely to change
in the future.
*The log file:*
org.apache.sol
I have included the extras and I am getting the following:
*From Solr:*
0
2
data-config.xml
full-import
idle
0
2
0
2012-05-11 20:21:50
Indexing completed. Added/Updated: 0 documents. Deleted 0
documents.
2012-05-11 20:21:51
01
0:0:1.284This
response format is experimental. It is likely to
Hello again,
I can index pdf using:
*data-config.xml*
I c
Hello friends
I have noticed that the highlighted term of a query are returned in a second
xml struct(named "highlighting"). Is it possible to return the highlighted
terms into the doc field. I don't need the solr generated ids of the
highlighted field.
Thanks,
Tom
--
View this message in contex
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/Show-a-portion-of-searchable-text-in-Solr-tp3983613p3983942.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hello,
Is it possible to use two language analyzers for one fieldtype. Lets say
Greek and English (for indexing and querying)
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/Language-analyzers-tp3984116.html
Sent from the Solr - User mailing list archive at Nabble.com
Hello friends,
When I am passing queries in solr I pass them as strings (“blah blah”). I am
doing this because I have encoding problems with Greek (my input field
accept Greek characters only as string). But solr sees the characters inside
the quotes as an “exact match” term. Is there a way to rem
Thank you for reply,
I didn't get you. What do you mean by saying: "so you may check the (raw)
log output ..". Please help!
Thank you in advance
Tom
Greece
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-4-0-UI-issue-tp3993286p3993427.html
Sent from the Solr - User maili
Didn't helped
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-4-0-UI-issue-tp3993286p3993507.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hello,
My solr.xml (Solr ver.4.0) looks like this:
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-4-0-UI-issue-tp3993286p3994075.html
Sent from the Solr - User mailing list archive at Nabble.com.
Greetings friends,
I have successfully indexed Pdf –using Tika- and pure text –fetched from
database- in one single collection. Now I am trying to implement
highlighting. When I querying Solr i placing in the url the following:
http://localhost:8090/solr/ktimatologio/select/?q=BlahBlah&;
&start=0&
Any help? Anyone?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-search-Tika-extracted-text-from-PDF-not-return-highlighting-snippet-tp3999647p4002513.html
Sent from the Solr - User mailing list archive at Nabble.com.
Thanks for your reply,
I had tryied many things (copy field etc) with no succes. Notice that the
"pdfs" are stored as BLOB in mysql database. I am trying to use DIH in order
to fetch the binaries from DB. Is it possible?
Thanks!
--
View this message in context:
http://lucene.472066.n3.nabble.co
26 matches
Mail list logo