[jira] [Commented] (SOLR-3759) mistakes about example-DIH

2013-03-22 Thread Commit Tag Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13610818#comment-13610818
 ] 

Commit Tag Bot commented on SOLR-3759:
--

[branch_4x commit] Chris M. Hostetter
http://svn.apache.org/viewvc?view=revisionrevision=1386774

SOLR-3759: Various fixes to the example-DIH configs (merge r1386773)


 mistakes about example-DIH
 --

 Key: SOLR-3759
 URL: https://issues.apache.org/jira/browse/SOLR-3759
 Project: Solr
  Issue Type: Bug
  Components: contrib - DataImportHandler, documentation
Reporter: Ahmet Arslan
Assignee: Hoss Man
Priority: Minor
 Fix For: 4.0, 5.0

 Attachments: SOLR-3759.patch, SOLR-3759.patch


 mail core's solrconfig.xml lacks lib directive for contrib/extraction/lib.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Resolved] (SOLR-3759) mistakes about example-DIH

2012-09-17 Thread Hoss Man (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hoss Man resolved SOLR-3759.


   Resolution: Fixed
Fix Version/s: 5.0

Thanks for your patch Ahmet, I also added the admin-extra files so the UI 
wouldn't complain...

Committed revision 1386773.
Committed revision 1386774. - 4x

bq. The convention in solr/ is to add solr.xml and collection1: ...

I did not make that change.  the collection1 default/convention makes sense for 
the generic example where there is a single collection that can be used for a 
variety of purposes -- in the case of example-DIH ther are 5 collections each 
demonstrating a very specific thing and each has a very specific name.

 mistakes about example-DIH
 --

 Key: SOLR-3759
 URL: https://issues.apache.org/jira/browse/SOLR-3759
 Project: Solr
  Issue Type: Bug
  Components: contrib - DataImportHandler, documentation
Reporter: Ahmet Arslan
Assignee: Hoss Man
Priority: Minor
 Fix For: 4.0, 5.0

 Attachments: SOLR-3759.patch, SOLR-3759.patch


 mail core's solrconfig.xml lacks lib directive for contrib/extraction/lib.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Assigned] (SOLR-3759) mistakes about example-DIH

2012-09-07 Thread Hoss Man (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hoss Man reassigned SOLR-3759:
--

Assignee: Hoss Man

 mistakes about example-DIH
 --

 Key: SOLR-3759
 URL: https://issues.apache.org/jira/browse/SOLR-3759
 Project: Solr
  Issue Type: Bug
  Components: contrib - DataImportHandler, documentation
Reporter: Ahmet Arslan
Assignee: Hoss Man
Priority: Minor
 Fix For: 4.0

 Attachments: SOLR-3759.patch, SOLR-3759.patch


 mail core's solrconfig.xml lacks lib directive for contrib/extraction/lib.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-3759) mistakes about example-DIH

2012-08-30 Thread Ahmet Arslan (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ahmet Arslan updated SOLR-3759:
---

Fix Version/s: 4.0

 mistakes about example-DIH
 --

 Key: SOLR-3759
 URL: https://issues.apache.org/jira/browse/SOLR-3759
 Project: Solr
  Issue Type: Bug
  Components: contrib - DataImportHandler, documentation
Reporter: Ahmet Arslan
Priority: Minor
 Fix For: 4.0

 Attachments: SOLR-3759.patch, SOLR-3759.patch


 mail core's solrconfig.xml lacks lib directive for contrib/extraction/lib.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



about example-DIH

2012-08-26 Thread Ahmet Arslan
Hello,

In solr-trunk/solr/exampleREADME.txt it says 
java -Dsolr.solr.home=example-DIH but it should be 
java -Dsolr.solr.home=example-DIH/solr (it is correct in 
example-DIH/README.txt)

When execute full-import on mail core, I get this :
( I am note sure if mail core needs some extra jars)

Caused by: java.lang.ClassNotFoundException: org.apache.tika.Tika
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:627)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

Somehow core tika's Dataimport link seems does not working. Weird thing is 
other cores' works. (tested in firefox and safari)

db, rss and solr cores have admin-extra.html while tika and mail don't.


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Created] (SOLR-3759) mistakes about example-DIH

2012-08-26 Thread Ahmet Arslan (JIRA)














































Ahmet Arslan
 created  SOLR-3759


mistakes about example-DIH















Issue Type:


Bug



Assignee:


Unassigned


Components:


contrib - DataImportHandler, documentation



Created:


26/Aug/12 17:23



Description:


mail core's solrconfig.xml lacks lib directive for contrib/extraction/lib.




Project:


Solr



Priority:


Minor



Reporter:


Ahmet Arslan




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira





-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-3759) mistakes about example-DIH

2012-08-26 Thread Ahmet Arslan (JIRA)














































Ahmet Arslan
 updated  SOLR-3759


mistakes about example-DIH
















Change By:


Ahmet Arslan
(26/Aug/12 17:24)




Attachment:


SOLR-3759.patch



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira





-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: about example-DIH

2012-08-26 Thread Ahmet Arslan
 In solr-trunk/solr/exampleREADME.txt it says 
 java -Dsolr.solr.home=example-DIH but it should be 
 java -Dsolr.solr.home=example-DIH/solr (it is correct in
 example-DIH/README.txt)
 
 When execute full-import on mail core, I get this :
 ( I am note sure if mail core needs some extra jars)
 
 Caused by: java.lang.ClassNotFoundException:
 org.apache.tika.Tika
     at
 java.net.URLClassLoader$1.run(URLClassLoader.java:202)
     at
 java.security.AccessController.doPrivileged(Native Method)
     at
 java.net.URLClassLoader.findClass(URLClassLoader.java:190)
     at
 java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     at
 java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:627)
     at
 java.lang.ClassLoader.loadClass(ClassLoader.java:247)

I created SOLR-3759 for these two issues above.

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-3759) mistakes about example-DIH

2012-08-26 Thread Ahmet Arslan (JIRA)














































Ahmet Arslan
 updated  SOLR-3759


mistakes about example-DIH
















missing AdminHandlers for tika core and PingRequestHandler for all cores.





Change By:


Ahmet Arslan
(26/Aug/12 17:49)




Attachment:


SOLR-3759.patch



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira





-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: about example-DIH

2012-08-26 Thread Ahmet Arslan
 Somehow core tika's Dataimport link seems does not working.
 Weird thing is other cores' works. (tested in firefox and
 safari)

It seems that 
requestHandler name=/admin/ 
class=org.apache.solr.handler.admin.AdminHandlers / is required for UI.

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-3759) mistakes about example-DIH

2012-08-26 Thread Lance Norskog (JIRA)














































Lance Norskog
 commented on  SOLR-3759


mistakes about example-DIH















Cool! This is an illustration of why "one big example" is better: people test it!

The convention in solr/ is to add solr.xml and collection1:
solr/solr.xml
solr/collection1
solr/collection1/conf
... 

Please change example-DIH/solr to match this.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira





-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org