cancel
Showing results for 
Search instead for 
Did you mean: 

Solr search fails on TEXT search

g_rathod
Star Contributor
Star Contributor
We do have one server on alfresco 4.1.4 lucene, And other server alfresco 4.1.4 on solr search.
We do have same data, but while searching with lucene I am able to find text within document (e.g. word document) and from solr search I am not able to search text within that document.

I do full re-index still it wont search content inside document with solr search.
I am running solr instance separately.

I followed steps from <a>http://wiki.alfresco.com/wiki/Alfresco_And_SOLR</a>


index.subsystem.name=solr
dir.keystore=D:/projects/xyz/alfresco414/alf_data/keystore
solr.port=8081
solr.host=localhost
solr.secureComms=none

Note: I am able to search file name using solr search, but can't search some text inside that content/doc.

what could be the reason or what can be done , so I could enable content text search to any document from solr subsystem?

Any clue pointers?
3 REPLIES 3

jpotts
World-Class Innovator
World-Class Innovator
What do you mean you are running Solr separately? Can you be more specific about how you are configured?

Jeff

g_rathod
Star Contributor
Star Contributor
Hi,

Solr seperately means , we are not using solr which is bundled with alfresco, we are using and configured solr independent. (standalone zip of solr we are using)

jpotts
World-Class Innovator
World-Class Innovator
I suspect you'll have to do a fair amount of work to configure this. You can't just change the host to point to some other Solr and expect it to work.

If you have done some work to move over the config to that external solr instance, specify what you've done.

Jeff