Re: Unknown field "cache"

2018-09-02 Thread Bineesh
Hi Govind,

Thanks for the reply. Pleasee below the chema.xml and managed.schema

1: schema.xml

 

 
 int, float, long, date, double, including the "Trie" variants.






2 : managed.schema

 - For maximum indexing performance, use the ConcurrentUpdateSolrServer
 "add-unknown-fields-to-the-schema" update request processor chain
declared






 This includes "string","boolean", "int", "float", "long",
"date", "double",








please let me know if i'm missing anything




--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Solr Index Issues

2018-09-09 Thread Bineesh
Hi Team,

We are using Nutch 1.15 and Solr 6.6.3

We tried crawling one of the URL and and noticed issues while indexing data
to solr.Below is the capture from logs 

Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://localhost:8983/solr/nutch: Expected mime type
application/octet-stream but got text/html. 

Here in the log i see collection name is nutch but the actual collection
name i created is Nutch1.15_Test

Given below is the command used for crawling

bin/nutch solrindex http://10.150.17.32:8983/solr/Nutch1.15_Test
crawl/crawldb -linkdb crawl/linkdb crawl/segments/*


Please suggest any workarounds if available. Thank you



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Nutch 1.15 Indexing

2018-09-11 Thread Bineesh
Hi Team,

Need help on Nutch 1.15 indexing issues. We are using Nutch 1.15 and Solr
7.3.1 in our setup

1 : Is there a way i can mention multiple collections in the Nutch 1.15
indexwriters.xml file for the same   ?

I see collection works fine if i hardcoded the collection name in
indexer_solr_1

2 : I need to crwal multiple sites and to be indexed in multiple collections
. How can i achieve this as i cannot hardcoded the collection name in
indexwriters.xml for writer id="indexer_solr_1 everytime.

Please suggest



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Solr index clearing

2018-09-24 Thread Bineesh
Team,

We use solr 7.3.1 and Nucth 1.15.

I created two collections in solr and data successfully indexed from Nutch
after crawling. Up on the third collection index in solr, i see that first
collecion indexed data automatically clears.Pls suggest



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Nutch+Solr

2018-10-03 Thread Bineesh
Hello,

We use Solr 7.3.1 and Nutch 1.15

We've placed the authentication for our solr cloud setup using the basic
auth plugin ( login details -> solr/SolrRocks)

For the nutch to index data to solr, below properties added to nutch-sitexml
file

 
  solr.auth
  true
  
  Whether to enable HTTP basic authentication for communicating with Solr.
  Use the solr.auth.username and solr.auth.password properties to configure
  your credentials.
  




  solr.auth.username
  solr
  
  Username
  




  solr.auth.password
  SolrRocks
  
  Password
  


While Nutch index data to solr, its failing due to authentication. Am i
doing something wrong ? Pls help



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Re: Nutch+Solr

2018-10-08 Thread Bineesh
This is solved.

Nutch 1.15 have index-writers.xml file wherein we can pass the UN/PWD for
indexing to solr.



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html