SOLR 6.6 with MS-SQL.

2019-07-24 Thread Fiz Ahmed
Hi SOLR Experts,

 We are using Apache Solr 6.6 stand-alone currently in a number
of locations.Most indexes are holding 250,000 to 400,000 documents.Our data
comes from MS-SQL.We’re using a front-end JavaScript solution to
communicate with Solr to perform queries.


   - Solr Performance


   - We have machine that are running on limited resources. Our Indexes
  (more-so Deltas) are seemingly causing system slowdowns.


   - Can we improve how our Deltas function?
 - Frequency of Deltas: How frequent should they be ideally.


   - Garbage Collection tuning:


   - How can we tune our JVM garbage collection to improve overall
 performance?


   - Java Heap Memory Settings:


   - How can we tune this to ensure the best memory usage.



Thanks & Regards
Fiz  N Coleman
AML Team.


Code review for SOLR related changes.

2019-03-01 Thread Fiz Ahmed
Hi Solr Experts,

Can you please suggest Code review techniques for SOLR related changes in a
Project.


Thanks
FIZ
AML Team.


Issue with solr.HTMLStripCharFilterFactory

2018-01-19 Thread Fiz Ahmed
Hi Solr Experts,

I am using the HTMLStripCharFilterFactory for removing  tags in Body
element.

Body contains data like Ipad

I made changes in managed schema .







---


 

  



















  

  



















  




I restarted the Solr and Indexed again.


But When I Query in Solr Admin.. I am still getting the Search results with
Html Tags in it.



"body":"Practically everytime I log onto Mogran, suddenly I see it
running


*Please let me know what will be the Issue…Am I Missing anything.*


Thanks

Fiz..