question

francis.ofougwuka_151231 avatar image
francis.ofougwuka_151231 asked Erick Ramirez edited

Configure SEARCH Index Creation using the Schema API

Is there an option in the Schema API for Search Index creation to configure the type of Tokenizer and Filtering to use for each field been indexed instead of using the default?


If not, what's the best way to update the defaulted configured Tokenizer and Filtering search indexed fields for DSE graph?

graphsearch
1 comment
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

francis.ofougwuka_151231 avatar image francis.ofougwuka_151231 commented ·

I checked the Schema Api doc. for 6.7 but found nothing.

0 Likes 0 ·

1 Answer

JoshPerryman avatar image
JoshPerryman answered

I haven't looked at this in a couple of year, but back on the 5.x codebase the answer was "no". When doing customizations to the search indexes created by DSE Graph, we had to first create the indexes, use command line tools to get the search schemas, manually revise the schemas, and then update the Solr cores with the revised schemas.

Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.