Drupal 7 + Solr4
Eingetragen von Rar9 (17)
am 29.12.2012 - 18:54 Uhr in
am 29.12.2012 - 18:54 Uhr in
Ich bin zZt auf der Suche wie ich Drupal 7 mit Apache Solr 4.x ans laufen bekomme.
Unter /portNr/solr sehe ich Solr4 den ich per Tomcat7 unter Ubuntu 12.04 installiert habe.
Unter Drupal7 admin/config/search/apachesolr/settings wir dieser auch gefunden. (Test Connection) (DEV Version)
Leider arbeiten die bein noch nicht zusammen, d.h. es wird einfach nicht indexiert.
Was muss ich hier noch anstellen?
Ich schätze da es an dem Sorl4 Schema liegt, jedoch blick ich hier zZt nicht mehr durch und hoffe auf Eure Unterstüzung.
- Anmelden oder Registrieren um Kommentare zu schreiben
Hast Du die mitgeliefterten
am 29.12.2012 - 19:08 Uhr
Hast Du die mitgeliefterten Dateien aus dem Modul (schema und solrconfig) auch in SOLR eingebunden?
sense-design | online solutions | Do not hack core!
Drupalcenter Verhaltensregeln | Threads bitte auf [gelöst] stellen.
schema
am 29.12.2012 - 19:30 Uhr
leider habe ich keine Ahnung wo ich diese hin kopieren sollte.
habe solr unter etc/solr installiert.
muss ich dafür ein neues Verzeichnis anlegen?
Suche einfach
am 29.12.2012 - 21:16 Uhr
Suche einfach nach Video Beiträgen ich denke es gibt schon einige zu finden und schwimm mal übers Wasse in die USA.
Ich zähle auch jetzt nicht die besten 5 besten Drupal Agenturen auf, die schon darüber geschrieben haben.
Ich habe schnell getestet , kaum zu zählen die Beiträge in meinen Feeds zu dem Thema.
Display A Count of Search Results in Drupal 7
...Drupal 7's core Search module still doesn't doesn't include that information on its standard results page! A lot of sites handle search with Apache Solr or use Search API to display search results in a View, and both make it easier to show a result count. For simple sites without many nodes, the core Search works just fine… except for the glarin...
von Lullabot - 19:27 (vor 1 Stunde)
DrewPull - The Drupal Blog: Hacking Apache Solr query
...the Apache Solr queries when searching in your Drupal site but, if someday you need to do that, here you are the solution. First of all you must have a Drupal 7 environment with an Apache Solr server configured. You should take a look at this blog post if you need details about the Solr installation and configuration with Drupal 7. Just when y...
von Drupal.org ( Aggregator ) - 12.12.2012 18:45
Search module distance/location search
...with Apache Solr. I can't use Solr, and I'm not sure how to implement a cross between the location and taxonomy filtering with Views as no examples seem to use a combination. What I was initially considering was having the search module just return everything, and then working with the result array after- sorting them by distance and then outp...
von Answers - 11.11.2012 14:38
How to enable user search in Apache Solr?
...have Apache Solr running on my site, but would like to get it to index users as well as nodes, so that a single search request will bring up matching users as well as nodes. What do I need to do to make this possible? I found some pages talking about installing the Content Profile module to create nodes corresponding to users, which solr could...
von Answers - 11.11.2012 03:13
Jeremy Epstein: Batch updating Drupal 7 field data
...built Drupal sites, I've become a fan of using the Computed Field module to provide a "search data" field, as a Views exposed filter. This technique has been documented by other folks here and there (I didn't invent it), so I won't cover its details here. Basically, it's a handy way to create a search form that searches exactly the fields you're...
von Drupal.org ( Aggregator ) - 07.11.2012 19:02
Nick Veenhof: Content Staging with Apache Solr
...you have Solr integrated in your project and you have a test solr, a staging solr and a production solr core. To re-index a site is not a big problem, but what if you want to go live and switch indexes immediately? Drupal.org has wrestled with this problem. So I wanted to show you how they do it.
von Drupal.org ( Aggregator ) - 07.11.2012 17:37
Modules Unraveled: 045 Thomas Seidl and the Search API Module - Modules Unraveled Podcast
...search in Drupal. Search API What does the Search API do that Drupal core doesn’t do? Where did this project get started? and why? Is there a possibility of getting this into D8 core? Search Views How does this integrate with Views? Search Facets What are Facets? Add-on Modules Backends for the Search API Solr search Database search Fuzzy Sear...
von Drupal.org ( Aggregator ) - 07.11.2012 08:59
Do you want a professional Drupal Solr Search Provider?
...customize your drupal solr search, please contact with me. I do a professional solr search system, which consist of spring, hibernate, struts and solr, supporting file and database search, can customize task and thread to do search. Now I implement a drupal interface based on drupal solr modules. If interesting, please contact with me, I can...
von Paid Drupal services - 05.11.2012 17:26
Override default solr search sort where search page allows the sort to be changed
...SolrsortUrlQuery() and if this is empty then set the query to what I want it to be. On the search page there is the ability to set the search where "Best Match" (i.e. sorting by score) is one of the options. The list of options is added using $query->setAvailableSorts($sorts). My problem is that if the user selects "Best Match" nothing is set...
von Answers - 02.11.2012 05:14
Apache Solr Document Links
...the Apache Solr Search Integration module. When adding a link_field field to an entity you can opt in to have the link indexed by Apache Solr if it's external. This module will maintain each external link as it's own entity and add it to Solr searching based on the Title and the URL. This is particularly useful when building a site that is NOT y...
von Drupal.org ( Modules ) - 01.11.2012 21:33
How to search organic group content with Apache solr drupal 7
...the Apache solr. I have installed the module Apache Solr Organic Groups Integration. I am getting the organic groups names in the facets to filter the content.But is there any way i can search with in a Organic group by default. Module have per group searching.Is there any setting to this work. Please let me know how to acheive this.Thanks a...
von Answers - 31.10.2012 22:11
Entity translation search API
...used with Solr as indexing backend, it allows to set a different configuration for each language (by declaring one Search API server per language, matching to a different Solr core). This especially makes sense if the website only has two or three languages. For more info on these considerations, see #1393058: Decide on strategy for language awa...
von Drupal.org ( Modules ) - 29.10.2012 16:00
How to use Solr Index to display node in a Google Map
...information from Solr index (preferably Search Api Solr ) directly in a map. The main goal is to have a map where is displayed some nodes, and to have the ability the use facet filters and fulltext filter. Exactly the same as a typical use of Search Api Solr (example: http://ygerasimov.com/ajaxified-solr-search-drupal-search-api-views-panels) ...
von Answers - 28.10.2012 21:38
Facets and Apache Solr in Drupal 7 - Clicking Facets results in no results being show
...and Apache Solr, I'm not sure whether the fault lies with Solr or the Facets API. I am using Solr as my search engine and I get results being shown when searches are performed, also shown are the amount of matches in specified fields/facets. E.g. I search for 'content' - there are numerous values for 'content' within different categories such...
von Answers - 15.12.2012 21:20
Library Catalog Search
...Apache Solr and other search integration for Library Catalog. Created by Agaric for eLCe 2.0 Library Catalog by Digital Lance.
von Drupal.org ( Modules ) - 25.10.2012 14:49
How to exclude bunch of nodes being indexed from solr
I want to remove unused nodes from index and also I need to make sure that they are not indexed again. I will fetch the list of unused nid's using a query. If any of the nodes is getting updated, then I need to index that node again. How to achieve this?
von Answers - 28.10.2012 08:28
Nick Veenhof: Parallel indexing for Apache Solr Search Integration
...involved in drupal.org by upgrading the site to the latest version of Apache Solr Search Integration (from 6.x-1.x to 6.x-3.x, and in the near future to 7.x-1.x). This upgrade path is necessary as we still want to have a unified search capability across Drupal 6 and Drupal 7 sites, for example groups.drupal.org and drupal.org.
von Drupal.org ( Aggregator ) - 24.10.2012 21:44
Drupal commerce + search api (solr)
...Drupal commerce plus Solr equals faceted search greatness.
von OpenERP.tv presentations channel - 23.10.2012 17:43
Drupal.org Scheduled Downtime Saturday, October 27, 20:00 PDT (Oct 28 0300 UTC)
...be taking Drupal.org down for up to 60 minutes starting Saturday, October 27, 20:00 PDT (Oct 28 0300 UTC). This outage is to deploy Apache Solr 6.x-3.x. Search results will be incomplete following the downtime as we catch up indexing. Please follow @drupal_infra on Twitter for updates.
von Drupal.org - 27.10.2012 02:15
Nuvole: A new role at the Apache Software Foundation
...for the Drupal community? Effective today, I (Andrea) have become an officer of the Apache Software Foundation, in my new role as Vice President for the Apache OpenOffice (commonly known as "OpenOffice") project. This doesn't change much in my daily activity as director of Nuvole. I have been involved in the OpenOffice project ...
von Drupal.org ( Aggregator ) - 18.10.2012 22:07
Defining search weights for content fields
...am using Drupal 7, and providing search functionality using the Apache Solr, and Search API modules. For blog posts, I want to give priority 1 to body, priority 2 to title, and priority 3 to comments. According to these weights, the faceted search results will be shown. How can I implement this functionality?
von Answers - 08.11.2012 15:46
Apachesolr Url Switch
...urls for solr entries. This is predominately useful when attempting to index a site on one url and then swap out the index for another url. Note: There are other issues with an index swap of this nature, but this allows you to avoid some of the pain of doing a full index on a production site with a great deal of content.
von Drupal.org ( Modules ) - 15.10.2012 22:25
How to find the size of each indexed documents in apache solr?
...in apache solr?
von Answers - 12.10.2012 11:14
Apache Solr Parallel Indexing
...Apache Solr Parallel indexing allows you to set the amount of CPU's you have to utilise the maximum of your system during index time. Improvement I've seen a 4x up to 6x increase in time depending on the amount of complexity you have in node_load. The following number are real, you'll have to trust me. I'm sure there are still areas where we ca...
von Drupal.org ( Modules ) - 08.10.2012 17:52
Search API Solr Views Term Widget
Provides better exposed filter for the term fields, it fetches the options from the vocabulary so the user does not have to manually specify it.
von Drupal.org ( Modules ) - 03.10.2012 12:52
APIdocs Search
...into a Solr index together with your Drupal content to make a search portal. More details at https://www.acquia.com/blog/finding-all-things-engineering-hackathon
von Drupal.org ( Modules ) - 04.10.2012 06:49
How to call a search block
...newbie to drupal i have integrated the apache solr search module and its working fine. I have disabled the drupal's core search. Now i am creating my own custom module. How can i make the Apache Solr module search functionality work with my custom module? I need sorting and pagination along with search.
von Answers - 03.10.2012 20:26
How do I build a search form with filter options / checkboxes?
...noobie to Drupal - recently "converted" from WordPress. I want to create custom search forms that use checkboxes to allow visitors to search in a specific content type. Sorry for the shady example, but the search form on the front page of the Pirate Bay is exactly what I'm looking for. It would also be great to be able to set the default optio...
von Answers - 01.10.2012 10:15
Search nodes and taxonomy terms
...Apache Solr 2. Search API 3. Search API Solr Search 4. Search API multi-index searches 5. Search_api_views I can't make apache solr module add taxonomy terms into index. It's possible? What I do wrong? Now my apache solr index only nodes. I configure apachesolr module http://i.imgur.com/V1OYd.png Also I configure Search API http://i.imgur.co...
von Answers - 29.09.2012 08:10
Services resource for solr exposure?
...help expose Solr through Services? Specifically I'm looking for ways to pass options (pagesize, content type) on to Solr through rest.
von Answers - 28.09.2012 10:23
7 - Active facet option disappear when selected
...Solr. My options appear as link on the block and when I select one of them, the other options will disappear. I want all the items (facets) to be visible all the time no matter which one is selected. Is there any settings that I am missing? I am using Drupal 7. Someone else seems to have the same issue on Drupal 6 as well: Display all valu...
von Answers - 27.09.2012 16:50
Collapsible fieldset and client-side wysiwyg editor not appear
...on Drupal is not working. No menu items behind it could be expanded. Also my wysiwyg client-side editor is not appeared when I try to add new comment. Here is my javascript files from head of the page. Collapse.js file is there, so I don't understand why it does not work as should. field_keywords_raw) &&...
von Answers - 14.12.2012 13:00
Krimson: Taming FacetAPI paths
...the Apache Solr module. We needed Solr for its faceted search capabilities. In combination with the FacetAPI module, which allows you to easily configure a block or a pane with facet links, we created a page displaying search results containing contact type content and a facets block on the left hand side to narrow down those results. One of the...
von Drupal.org ( Aggregator ) - 19.09.2012 12:48
Drupal 6 solr, search custom cck field
...field in solr that is a cck field called "keywords" the keywords field is a comma separated list of keywords for an article that I want to search. is this possible?
von Answers - 18.09.2012 22:49
ThinkShout: RedHen in the Wild: Mission Investors Exchange
...website on Drupal 7 and deploy a tightly integrated constituent relationship management (CRM) system. Background With a growing roster of over 260 of the most influential foundations and non-profits in the U.S. and Canada, Mission Investors Exchange and ThinkShout worked closely to create a feature set that enables philanthropic innovators to ...
von Drupal.org ( Aggregator ) - 19.09.2012 02:16
Your site was unable to contact Apache Solr server
...both Apache Solr Search and Search API modules installed on drupal 7. I have installed SolrPhpClient version r22 (that was recommended in a site vs. r60) in sites/all/libraries/libraries folder. When I place XML files from Apache Solr Search on Solr Server, Search API would not index. When I place XML files from Search API on the server, Sear...
von Answers - 11.12.2012 16:21
Matt Grasmick: Adding Flag Count field to Search API Solr index
...Search API Solr index. /** * Get the flag count for a given node. */ function mymodule_get_count($entity, $options, $name, $entity_type, &$info) { if ($entity_type == 'node') { $query = db_select('flag_counts' ,'fc'); $query->fields('fc', array('count')); $query->condition('fc.fid', $info['property info']['data']['flag'...
von Drupal.org ( Aggregator ) - 18.09.2012 02:55
Deeson Online: How to customise exported Drupal Features for a particular site
...initiative in Drupal 8, but for now the current best way of exporting site configurable into code is with the Features module. Features exports the configurable either with its own methods or by providing a neat interface for the ctools export mechanisms and it does both things very well. An example of such a situation occurred recently for us ...
von Drupal.org ( Aggregator ) - 18.09.2012 19:59
Why is search cron so slow?
...Would a SOLR search index update be quicker?
von Answers - 17.09.2012 20:06
Customize Apche solr autocomplete module
...display apache solr autocomplete keywords suggestion to be grouped like:- ----Suggestion from taxonomy----- term1 term2 term3 ----Suggestion from products--- product3 product4 product10 ----Suggestion from pages--- contentX contentY contentZ Actually I am new in drupal, so could somebody help me how's it possible?
von Answers - 17.09.2012 12:06
Apache Solr 6.x-1.2 re-index
We have 90,000 nodes and it is currently re-indexing every hour (via cron) 200 pieces of contents. How can we have it do it all at once?
von Answers - 19.09.2012 07:45
Search API Grouping
...Search API Solr search. The necessary patches are stored in the repository. Related issues: #1783332: Use the $result['id'] instead the array key in SearchApiViewsQuery::addResults() #1721262: Field collapsing
von Drupal.org ( Modules ) - 13.09.2012 11:46
Apache Solr Exclude Node
...from Apache Solr. This is useful if you have indexed a specific content type, and want to exclude a few nodes of that type. Configuration Enable excluding of nodes in the submission form settings fieldset in the content type settings... read more
von New Modules - 14.09.2012 14:02
Koumbit: Version compatibility chart for Tomcat, Apache Solr, and Drupal
...and Apache Solr they should install on our shared Drupal hosting servers. The answer is a little complex, so I finally just drew them a diagram. Note that in Drupal 7 there are two completely unrelated modules which can talk to Apache Solr: Apache Solr Search Integration, which has existed since Drupal 6 and is primarily developed by Acquia, and...
von Drupal.org ( Aggregator ) - 12.09.2012 21:51
hosting solr
...for integrating solr environment for each site. based on https://github.com/EugenMayer/aegir_solr_service NOTE: You need tomcat6
von Drupal.org ( Modules ) - 12.09.2012 20:46
provision solr
...for integrating solr environment for each site. based on https://github.com/EugenMayer/aegir_solr_service NOTE: You need tomcat6
von Drupal.org ( Modules ) - 12.09.2012 20:46
Aegir solr service
...for integrating solr environment for each site. based on https://github.com/EugenMayer/aegir_solr_service NOTE: You need tomcat6
von Drupal.org ( Modules ) - 12.09.2012 18:27
Apache Solr Exclude Node
...from Apache Solr. This is useful if you have indexed a specific content type, and want to exclude a few nodes of that type. Configuration Enable excluding of nodes in the submission form settings fieldset in the content type settings (e.g. admin/structure/types/page). Exclude a node Find the vertical tabs fieldset "Apache Solr exclude" in the ...
von Drupal.org ( Modules ) - 12.09.2012 14:11
hook_apachesolr_update_index function doesn't seem to be running (drupal 6)
...of other solr hooks in there, so it seemed safer to keep them all together rather than creating a separate module just for this one.) I've cleared all caches, changed a few nodes, and manually run cron, but the function doesn't seem to be called (at least, the search results are not updated and the error_log line doesn't print.) Any idea what ...
von Answers - 11.09.2012 22:38
How to get taxonomy synonyms working robustly with Search API?
...part of Drupal 6's core Taxonomy module, before being dropped in favor of "Roll your own" custom synonym systems made using Field API. When synonyms work reliably, they are extremely useful in search; for example, to make sure that searches for "America" find content tagged "USA", etc. However, I can't find any leads on what the standard method...
von Answers - 21.11.2012 07:21
Facetapi Multiselect
...with Apache Solr) to use a multiple select dropdown for drilling down into the search results. It automatically supports optgroups (for data with a hierarchy) as well. Although... read more
von New Modules - 06.09.2012 11:43
Apache Solr Field Collection
...The Apache Solr Field Collection module allows content stored within a Field Collection to be indexed for search in Apache Solr. The content stored within each field collection will be indexed as part of the entity that the field collection is attached to. If the Facet API module is enabled, the fields... read more
von New Modules - 06.09.2012 11:43
alles gute Links WENN Drupal7
am 29.12.2012 - 22:31 Uhr
alles gute Links WENN Drupal7 und Solr4 zusammen funktionieren, was leider bei mir noch nicht der Fall ist.
Bis jetzt habe ich noch keinen Link gefunden Wie oder Wo ich die Schema.xml die in der Dev Version zu finden ist mit Solr4 einbinde.
Das überschreiben der originalen Schema.xml wie unter Solr3 geht nicht.
Solr steht demnächst an
am 31.12.2012 - 02:54 Uhr
Ich kann dir jetzt nicht weiterhelfen, denn Solr steht bei mir erst demnächst an.
Aus Erfahrung weiß ich, da ich nie eine Frage stelle dass man zu etwas speziellem einige Zeit aufbringen muss um eine Lösung zu finden.
Erst letzte Nacht als ich Vtiger konfigurierte musste ich auch suchen um Gmail Apps über Domaine zu benutzen. ( Diese Nacht setze ich eine neue Drupal Seite auf )
Punkte die ich lösen muss er lese ich mir dann über eine Zeit und Bookmarke mir alles. Erst dann fange ich an es umzusetzen.
Das Gleich galt für eine OpenERP Installation was nicht immer so einfach ist. Aber ich jetzt in 3 Minute erledige weil ich das Rezept gefunden habe. ( Natürlich Linux )
Vor Solr ist aber Pentho BI Open an der Reihe.
Drupal Lösungen finde ich meistens in Drupal Blogs selten auf diesem Forum was nicht bedeutet das es mir kein Spaß bereitet hier mit zu-lesen oder die Beiträge Irgend wie schlecht sein sollten.
Eigentlich durch die Suche für weiter eingesetzte Produkte falle ich eben sehr oft auf Webseiten und Blogs die auch über Drupal berichten. Speziell im Bereich Linux findet man solche Drupal Beiträge die einem dann weiter helfen, und dann folgt Link auf Link zu guten Beiträgen.
Und in deinem Fall ist ja Solr nicht nur Drupal , sondern eher Linux Server im allgemeinen. ( Ob-voll du ein Drupal Problem hast )
Sich nur mit Drupal zu befassen langfristig bei der Suche brachte mich nicht weiter.
Drupal ist eher bei Profis auf Linux im Einsatz wer sich also immer nur mit Xampp befasst ( betrifft hier keinen persönlich auch nicht den Beitrag )dem entgehen eben oft Informationen die einem mal nützlich sein können. Und eben bei Profis alles über Linux Debian oder Ubuntu abgewickelt wird bin ich dann auch Lokal zu dem gewechselt.
Weiter seit einiger Zeit lese ich alle Linkedin Drupal Gruppen und gelegentlich auch Quara und täglich Drupal Anwers und alles was die Drupal Welt zu bieten hat.
Und die ganze Drupal Welt steht bei mir in Drupal Feeds.
Bevor jetzt wieder hier Polemik entsteht das ich neben dass Thema haue rate ich dann jedem einfach nur zwischen den Zeilen zu lesen. Das kann auch oft helfen.
Solr
am 02.01.2013 - 03:21 Uhr
Kann dir das helfen http://vimeo.com/15556855 ab Minute 10
search api
am 02.01.2013 - 09:35 Uhr
Danke für den Link der die Search Api super erklärt.
Genau solche schönen searchable views möchte ich mit Apache Solr machen.
Leider fehlt noch die Anweisung wie das mit Solr 4 geht. :-(
Im Video startet er Jetty und dann kopiert er die zwei Datei sowie für Solr3... Solr4 ist leider etwas anders.
Heute habe ich jedoch etwas Zeit .... wenn ich eine Lösung finde werde ich es Posten
Lass es mich wissen
am 02.01.2013 - 14:39 Uhr
Denn ich komme jetzt gleich dran Solr benutzen zu wollen. Deshalb habe ich auch das Video gefunden.
bin leider noch nicht dazu
am 02.01.2013 - 15:50 Uhr
bin leider noch nicht dazu noch nicht gekommen.
wie gesagt bis jetzt läuft bei mir nur Tomcat7 mit Solr4 unter Ubuntu 12.04 lts... Drupal 7 findet den Solr Server auch schon, leider indexiert er noch nicht.
Interessant
am 02.01.2013 - 16:00 Uhr
Habe auch Ubuntu 12.04 Local aber auf dem Server Debian
in welches Verzeichniss hast du Solr installiert in
/opt
Die Indexierung startet man die nicht aus der UI von Drupal oder habe ich das falsch gesehen
hast du alles mit apt-get install erledigt ?
so wie hier http://pabloseminario.com/2011/02/22/installing-solr-on-debian-6-0/
Bei mir liegt das ganze in
am 03.01.2013 - 01:42 Uhr
Bei mir liegt das ganze in /etc/solr. aber das ist ja auch egal. ob hier oder in /opt
Ich habe diesen Link als Vorlage genutzt. Habe Ihn jedoch doch für Tomcat7 angepasst.
Installation Tomcat7
sudo apt-get install tomcat7
Solr4 herunterladen neuste Version unter http://lucene.apache.org/solr/
Solr4 runterladen
wget http://ftp.halifax.rwth-aachen.de/apache/lucene/solr/4.0.0/apache-solr-4.0.0.tgz
Entpacken sorl 4
tar -xvf apache-solr-4.0.0.tgz
cd apache-solr-4.0.0
Solr 4 Verzeichniss unter Ubuntu
sudo mkdir /etc/solr
Kopieren der Dateien
sudo cp -R example/solr/* /etc/solr/
sudo cp -R example/webapps/solr.war /etc/solr
Anpassen des Solr Data Verzeichnisses
sudo nano /etc/solr/collection1/conf/solrconfig.xml
ändern in
<dataDir>${solr.data.dir:/etc/solr/data}</dataDir>
dataDir Verzeichnis
sudo mkdir /etc/solr/data
Rechte setzen
sudo chown tomcat7 /etc/solr/data
Tomcat Konfiguration anpassen
sudo nano /etc/tomcat7/Catalina/localhost/solr.xml
einfügen
"<?xml version=""1.0"" encoding=""utf-8""?>
<Context docBase=""/etc/solr/solr.war"" debug=""0"" crossContext=""true"">
<Environment name=""solr/home"" type=""java.lang.String"" value=""/etc/solr"" override=""true""/>
</Context>"
Tomcat neu starten
/etc/init.d/tomcat7 restart
Danach einfach mal testen ...
Für Tomcat - www.Name.Domain:8080 ... dann Sollte It works ! erscheinen.
Für Solr 4 - www.Name.Domain:8080/solr ... Dann kommt schon die Solr Maske.
Solr Danke für die Anleitung
am 03.01.2013 - 01:46 Uhr
Solr4
Danke für die Anleitung.
Könnte nicht besser sein.
https://www.facebook.com/drupal.lu
Danke - Evtl. kommt ja jetzt
am 03.01.2013 - 18:14 Uhr
Danke - Evtl. kommt ja jetzt jemand noch einige Schritte weiter als ich als ich :-(
Ich hatte schon die Schema.xml & Solrconfig.xml mit der aus der ApacheSolr_Dev ausgetausched jedoch mag das Solr4 nicht.
Java Exception can´t write to /etc/solr/data :-( an den Permissions liegt es nicht.
Freue mich schon auf Euren Input.
Hallo zusammen, ich habe
am 11.01.2013 - 16:55 Uhr
Hallo zusammen,
ich habe irgendwo gelesen, dass Apache Solr 4.0 und Searchapi nicht zusammen läuft. Ich benutze es mit Solr 3.6 zusammen. Das scheint soweit zu funktionieren. Seit ihr mit Solr 4.0 schon weiter gekommen?
Ich habe zur Zeit noch Probleme das Autocomplete Modul für Search Api Solr ans laufen zu bekommen. Ich nutze ein Views um in dem Index zu suchen. Hat jemand damit schon Erfahrungen gesammelt?
Viele Grüße
Frank