Re: index different doc types

2006-10-04 Thread Yonik Seeley
Documents can be "sparse" not all documents need to have the same fields. For Solr overwriting adds and delete-by-id functionality, you currently need a single "id" field though. If using a single id field could cause collisions (say if there is a researcher id=1 and a project id=1), then si

index different doc types

2006-10-04 Thread Panayiotis Papadopoulos
So Chris let 's assume i use the bundled example with jetty... I could clean up the index there is the example and start my own ... In that case i just send different doc types and it is done ? Cos if remember well all docs have an field or i can add an extra field like y, y ... So when i ll b

Re: I think i got right...

2006-10-04 Thread Chris Hostetter
: if everything fails then i guess i cna modify the bundled example but in : that case how i can index 4 different xml docs, i ll have to run 4 : jettys/solr ? 1) as yonik said, you can index different types of documents in one Solr index if you want, or you can run 4 seperate instances -- it's e

Re: I think i got right...

2006-10-04 Thread Panayiotis Papadopoulos
ok the i will try everything related to Tomcat permission and i would tell you if everything fails then i guess i cna modify the bundled example but in that case how i can index 4 different xml docs, i ll have to run 4 jettys/solr ? anyway i really really want to thank you because u have done