Sign in to follow, share, and participate in this community.
I have set up a Solr collection in CF 10 Administrator with following settings: File Extensions: .* Directory Path: C:/inetpub/wwwroot/test/ Recursively Index Sub Directories: unchecked Return URL: http://localhos... Why Solr does not index PDF files that are in the same folder?
in Solr
BackHi All I have a following field settings in solr schema <field name="<b>Exact_Word" omitPositions="true" termVectors="false" omitTermFreqAndPositions="true" compressed="true" type="string_ci" ... KeywordTokenizerFactory splits the string for the exclamation mark
in Solr
BackI am having problems getting the Search collection I created to display the PDF files. When I perform a search I am able to get the pdf file listing put when I select a PDF file to display it it does nothing.&nb... Solr Collection PDF display problem
in Solr
BackHi, I have CF 9.0.1 installed, and I'm not able to define a Solr collection. I get this error in the Administrator: "An error occurred while creating the collection: org.apache.solr.common.SolrException. Check the S... Problem with Coldfusion 9 and Solr
in Solr
BackI have a collection made up of a document crawl to index pdf, word, excel etc. now i need to update the existing collection with meta data related to articles in reference to the documents, however when i run ... CFINDEX - Update existing collection with new data - duplicates records
in Solr
BackHello, everyone. I've got a CF9 server and created a few Solr collections from within CFAdmin, then used CFINDEX to update the collection with database records. No matter what I do, when trying to acce... CF9 - Solr collection of database - Summaries are prepended with PK UID of record
in Solr
BackI'm currently on CF 9 and moving to 10 shortly so I've tried the "migrate" from Verity to SOLR. That created directories/files, but didn't move the data. I then tried to index what I normally index to Ve... CFindex generating http 500 internal server error
in Solr
BackI've got a FW/1 app deploying on CF9/Windows/Apache. Production is a cluster of 4 servers. Code works fine on my local development machine, and when I push to our staging server. When I pus... Weird SOLR error - missing required field_title
in Solr
BackWe want to test DIH in Solr connecting to a MS SQL Server. First we followed the steps described in the Help section "Indexing using Data import Handler" (http://help.adobe.com/en_US/ColdFusion/10.0/Developing... Hi, I am using solr4.0, i have created 10 cores in solr. I want to know how many maximum number of cores can be created in solr. Hi, I had solr3.6 installed on my system, now i am migrating my solr3.6 to solr4.0. but i am getting the error SEVERE: Unable to create core: collection1 java.io.IOException: Can't find resource 's... migrating solr 3.6 to solr4.0
in Solr
BackI have indexed an XML file in solr, which looks like: <doc> <str name="body">ABC</str> <str name="contentid">282307</str> <str name="docuid">121422</str> </d... How to get maximum value of a field from an Indexed file in solr
in Solr
BackHello, I'm trying to use docBoost with CFIndex and whenever I use it, none of the documents get added to the index. It doesn't throw an error but nothing gets added or updated in the collection. He... How do you use docBoost in CFIndex
in Solr
Back