OK . That is not a good solution.
In Solr, you can only have a flat document structure. Where each field
is a primitive (String, Number, Date) or a List of primitives.So, the
SolrJ API only supports these . You may really not need a Custome
type.
On Mon, Apr 6, 2009 at 11:07 AM, Praveen Kumar J
Hi Noble,
Storing fields as Strings means I have to use a POJO for this activity
right? If so I am done.
But according to your suggestion "Let the FieldType in Solr parse and create
appropriate data structure".
How am I going to do this? Am very new to Solr. So please don't mind if I
dumb questi
Hi,
I want to pass double quotes to my solr from the front end, so that it can
return the specific results of that particular phrase which is there in
double quotes.
If I use httpClient, it doesnt allow me to send the query in this format. As
it throws me an invalid query exception.
I want to
Hello,
I just got the example of Solr 1.4 and Jetty running nicely, as expected.
I'm trying to design my Schema at the moment.
My goal is to index PDF/Doc/XLS files with the following fields:
0. ID number
1. Filename
2. File path
3. Modification date
4. File contents
5. Number of pages
- Any t