Freeze Index

2017-09-13 Thread fabigol
hi, my problem is that my index freeze several time and i don't know why. So i lost all the data of my index. I have 14 million of documents from postgresql database. I have an only node with 31 GO for my JVM and my server has 64GO. My index make 6 GO on the HDD. Is it a good configuration? Someon

Freeze Index

2017-09-13 Thread fabigol
hi, my problem is that my index freeze several time and i don't know why. So i lost all the data of my index. I have 14 million of documents from postgresql database. I have an only node with 31 GO for my JVM and my server has 64GO. My index make 6 GO on the HDD. Is it a good configuration? Someon

Soir Ulr entity

2017-01-09 Thread fabigol
Hi, i made a soir project with multiple entity. I want to launch one entity index with an URL. How i can choose the entity that i want in my url? Thank to your help -- View this message in context: http://lucene.472066.n3.nabble.com/Soir-Ulr-entity-tp4313172.html Sent from the Solr - User mail

Re: SolrJ Indexing

2016-03-25 Thread fabigol
Hi, what i want to do and to create the differents links between the entities which i'm going to index. Therefore, i have a root entity and girls entities like showing xml File. But, my main problem is the number of documents. In facr, when i want to index 3 months of data i have no problem(5 mill

Re: SolrJ Indexing

2016-03-24 Thread fabigol
Hi Shawn thank for your response. Like i can see in my XML file i have many enties which are linked between it. I know doint that for DIH but with solrJ i don't know. Must i use the annotations as @Field...? Moreover, i create a new project solr with the same XML Files - copy conf directory - and

SolrJ Indexing

2016-03-23 Thread fabigol
Hi, i want to do indexing with api SolrJ. So, i believe the indexing will be multhreaded. But i have 5 root entites. i find this link: https://lucidworks.com/blog/2012/02/14/indexing-with-solrj/ but i don't talk links between entit

Re: How fast indexing?

2016-03-21 Thread fabigol
Erick, in fact, i looked % of cpu. The % often changed but sometime it was very low (<10%) but the memory was heavy. I think what there was a problem and i cut the indexation. I don't index documents but some data of postgres database. If i decrease the number of fields, do you win time? is it nor

Re: How fast indexing?

2016-03-21 Thread fabigol
Amit Jha, do you have several sold server with solr cloud? -- View this message in context: http://lucene.472066.n3.nabble.com/How-fast-indexing-tp4264994p4265122.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How fast indexing?

2016-03-21 Thread fabigol
For the indexation i use DIH. I find this link for solar Indexation. With solar it is more quick? -- View this message in context: http://lucene.472066.n3.nabble.com/How-fast-indexing-tp4264994p4265050.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How fast indexing?

2016-03-21 Thread fabigol
for the jvm i have 8GO -- View this message in context: http://lucene.472066.n3.nabble.com/How-fast-indexing-tp4264994p4265047.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How fast indexing?

2016-03-21 Thread fabigol
thank for your response. soir worked on a server with 6CPU and 10 Go Memory Ram We receive some data evrytime. Now, we do indexing 2 times per day the database contains 5 tables (18k row, 3times 300k row and one of 6 millions rows) The indexation was done in 6 hours. I didn't modify the original so

How fast indexing?

2016-03-20 Thread fabigol
hi, i have a soir project where i do the indexing since a database postgre. the indexation is very long. How i can accelerate it. I can modify autocommit in the file solrconfig.xml? someone has some ideas. I looking on google but I found little help me please -- View this message in context: h

Solr Indexation

2016-03-14 Thread fabigol
Hi, i have a problem with the indexation. My indexation works with 3 million of record but it don't work with 10 millions of records. Someone may help me. Does it exist configuration files where i may fix thatN -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Indexation

Re: Solr/jetty and datasource

2015-11-17 Thread fabigol
sun.​java.​command start.jar --module=http from interface (properties Java) I want that this line equals sun.​java.​commandstart.jar --module=http,jndi How must i do -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-jetty-and-datasource-tp4240426p4240619.html Sent f

Re: Solr/jetty and datasource

2015-11-16 Thread fabigol
I try WEB-INF/jetty-env.xml too nothing too -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-jetty-and-datasource-tp4240426p4240427.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr/jetty and datasource

2015-11-16 Thread fabigol
Hi, I want to use a datasource for my security module. Mais i don't know where i must declare it. I try declaration in jetty.xml locate .../etc but nothing not datasource activate here my environment declaration: env

Re: Many files /dataImport in same project

2015-11-03 Thread fabigol
So I can run a script containing a fixed time for each file. It is a solution. is that good and only solution? My solrConfig.xml file, I declare a data-import files for 6. can i group in the same data-import? -- View this message in context: http://lucene.472066.n3.nabble.com/Many-files-dataIm

Re: Many files /dataImport in same project

2015-11-03 Thread fabigol
Hi, My problem is that I got a an old 3-year project without knowing whether it worked I passed the stage of understanding and I managed to make it work. At the beginning I think about why 6 files I'm in a new stage which is optimization. I have 6-import data files and am currently forced to launch

Many files /dataImport in same project

2015-11-02 Thread fabigol
Hi, i have many files of config dataImport I want to start at once instead of launching DataImport for each file. is it possible?? -- View this message in context: http://lucene.472066.n3.nabble.com/Many-files-dataImport-in-same-project-tp4237731.html Sent from the Solr - User mailing list arc

Re: org.apache.solr.common.SolrException: Document is missing mandatory uniqueKey field: id

2015-11-02 Thread fabigol
For the second question, i try: false and true false in solrConfig.xml but without success? -- View this message in context: http://lucene.472066.n3.nabble.com/org-apache-solr-common-Sol

Re: org.apache.solr.common.SolrException: Document is missing mandatory uniqueKey field: id

2015-11-02 Thread fabigol
Thank All works. I have 2 last questions: How can i put 0 by defaults " clean" during a indexation? To conclure, i wand to understand: Requests: 7 (1/s), Fetched: 452447 (45245/s), Skipped: 0, Processed: 17433 (1743/s) What is the "requests"? What is 'Fetched"? What is "Processed"? Thank aga

Re: org.apache.solr.common.SolrException: Document is missing mandatory uniqueKey field: id

2015-11-01 Thread fabigol
hi, if i understand well. In the configuration following:

Re: org.apache.solr.common.SolrException: Document is missing mandatory uniqueKey field: id

2015-10-30 Thread fabigol
Hi, great thank for your replies. I undated that you said me the same thing. Is it right? In some record, it is missing the id_tiers? I have a question, how is it possible that the mapping does not work? I'm going to check my data (response request). I must have the field id_fields not empty? B

Re: org.apache.solr.common.SolrException: Document is missing mandatory uniqueKey field: id

2015-10-29 Thread fabigol
hi, thank to your reply When you says 'You must have a field labeled "id" in the doc sent to Solr'. it's in the response of the select that i must get an "id"? i must write "select 'something' as ID" is it good??? in schema.xml i have the following line ID end my data-import file i have I

org.apache.solr.common.SolrException: Document is missing mandatory uniqueKey field: id

2015-10-28 Thread fabigol
Hi, i have a big problem. Solr doesn't index and i have following error: org.apache.solr.common.SolrException: Document is missing mandatory uniqueKey field: ID here my files:

Re: Many mapping files

2015-10-28 Thread fabigol
Thank for your response. I have 7 files *.xml. I already worked with SOlr but i have an only file. My question is why in this project there's 7 files describing an entity. Here my files:

Many mapping files

2015-10-27 Thread fabigol
Hi, I already posted on my subject that helped me a lot. I recover a solr project but the person is gone. There are several configuration files / mapping (base / Solr) What interest do that? thanks for your help -- View this message in context: http://lucene.472066.n3.nabble.com/Many-mapping-fi

Configuration

2015-10-19 Thread fabigol
Hi, i catch an old Solr Project that i would configur. I have the xml file for each entity but i don't have the database. Is there a way to find the table schema? do it exist Tools to generate the table from xml file? Here a file:

Solr Migration 1.4.1 -> 5.2.1

2015-10-15 Thread fabigol
Hi, i catch an old project working with Solr 1.4.1, jbossPortal and java 1.5. I try to migrate my solr version to solr 5.2.1 work with java 1.7. The solr indexation works but i fail to display the new results on my application. I want to know if i must update the jar in my project or if the old v